Skip to content

Commit

Permalink
[IMP] project_analytic_code: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Feb 18, 2025
1 parent 8047550 commit 3076934
Show file tree
Hide file tree
Showing 9 changed files with 538 additions and 15 deletions.
89 changes: 88 additions & 1 deletion project_analytic_code/README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,90 @@
=====================
Project Analytic Code
Project analytic code
=====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d4ad14e9e09293d8fe3b7c2e9eecf6a5a3d3f4a8f75905d186baf466c38f4908
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
:target: https://github.com/OCA/project/tree/17.0/project_analytic_code
:alt: OCA/project
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_analytic_code
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module add related Analytic account code ( related field
analytic_account_code) on project model.

The name of the project in related model display the analytic account
code (using name_get) and you can search projects by the analytic
account code (name_search) from any list ( ie: collecting timesheets).

Add analytic account code in project kanban card view and add group by
and search by account analytic.

**Table of contents**

.. contents::
:local:

Usage
=====

Once this module is installed you can search project per analytic
account code from any list that point to a project (name search).

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/project/issues/new?body=module:%20project_analytic_code%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Pierre Verkest

Contributors
------------

- Pierre Verkest <[email protected]>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/project <https://github.com/OCA/project/tree/17.0/project_analytic_code>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions project_analytic_code/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions project_analytic_code/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Pierre Verkest \<<[email protected]>\>
1 change: 0 additions & 1 deletion project_analytic_code/readme/CONTRIBUTORS.rst

This file was deleted.

9 changes: 9 additions & 0 deletions project_analytic_code/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This module add related Analytic account code ( related field
analytic_account_code) on project model.

The name of the project in related model display the analytic account
code (using name_get) and you can search projects by the analytic
account code (name_search) from any list ( ie: collecting timesheets).

Add analytic account code in project kanban card view and add group by
and search by account analytic.
10 changes: 0 additions & 10 deletions project_analytic_code/readme/DESCRIPTION.rst

This file was deleted.

2 changes: 2 additions & 0 deletions project_analytic_code/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Once this module is installed you can search project per analytic
account code from any list that point to a project (name search).
3 changes: 0 additions & 3 deletions project_analytic_code/readme/USAGE.rst

This file was deleted.

Loading

0 comments on commit 3076934

Please sign in to comment.