From 96c317eea320d534e8513a16376be581254bb753 Mon Sep 17 00:00:00 2001 From: "matthieu.saison" Date: Mon, 13 May 2024 11:32:46 +0200 Subject: [PATCH] fix precommit after update --- .../pyproject.toml | 3 + attachment_asset_in_db/pyproject.toml | 3 + base_custom_export/pyproject.toml | 3 + dash_shared/pyproject.toml | 3 + database_age_cron/pyproject.toml | 3 + forbid_record_creation/pyproject.toml | 3 + intercompany_shared_contact/pyproject.toml | 3 + label_wizard/pyproject.toml | 3 + mail_env_whitelist/pyproject.toml | 3 + mail_preview_send/pyproject.toml | 3 + mail_unique_layout/pyproject.toml | 3 + module_analysis_price/pyproject.toml | 3 + .../pyproject.toml | 3 + .../pyproject.toml | 3 + .../pyproject.toml | 3 + .../pyproject.toml | 3 + product_uom_force_change/pyproject.toml | 3 + project_estimate_step/pyproject.toml | 3 + project_time_in_day/pyproject.toml | 3 + proxy_action/pyproject.toml | 3 + purchase_edi_file/pyproject.toml | 3 + purchase_lot/pyproject.toml | 3 + queue_job_cancel_dead_job/pyproject.toml | 3 + queue_job_default_channel/pyproject.toml | 3 + secondary_analytic_account/README.rst | 65 +++ secondary_analytic_account/pyproject.toml | 3 + .../static/description/index.html | 420 ++++++++++++++++++ security_rule_not_editable/pyproject.toml | 3 + .../odoo/addons/secondary_analytic_account | 1 + setup/secondary_analytic_account/setup.py | 6 + .../pyproject.toml | 3 + 31 files changed, 573 insertions(+) create mode 100644 account_move_line_mass_edit_account/pyproject.toml create mode 100644 attachment_asset_in_db/pyproject.toml create mode 100644 base_custom_export/pyproject.toml create mode 100644 dash_shared/pyproject.toml create mode 100644 database_age_cron/pyproject.toml create mode 100644 forbid_record_creation/pyproject.toml create mode 100644 intercompany_shared_contact/pyproject.toml create mode 100644 label_wizard/pyproject.toml create mode 100644 mail_env_whitelist/pyproject.toml create mode 100644 mail_preview_send/pyproject.toml create mode 100644 mail_unique_layout/pyproject.toml create mode 100644 module_analysis_price/pyproject.toml create mode 100644 product_pricelist_per_attribute_value/pyproject.toml create mode 100644 product_supplierinfo_group_per_attribute_value/pyproject.toml create mode 100644 product_supplierinfo_per_attribute_value/pyproject.toml create mode 100644 product_supplierinfo_per_attribute_value_intercompany/pyproject.toml create mode 100644 product_uom_force_change/pyproject.toml create mode 100644 project_estimate_step/pyproject.toml create mode 100644 project_time_in_day/pyproject.toml create mode 100644 proxy_action/pyproject.toml create mode 100644 purchase_edi_file/pyproject.toml create mode 100644 purchase_lot/pyproject.toml create mode 100644 queue_job_cancel_dead_job/pyproject.toml create mode 100644 queue_job_default_channel/pyproject.toml create mode 100644 secondary_analytic_account/README.rst create mode 100644 secondary_analytic_account/pyproject.toml create mode 100644 secondary_analytic_account/static/description/index.html create mode 100644 security_rule_not_editable/pyproject.toml create mode 120000 setup/secondary_analytic_account/odoo/addons/secondary_analytic_account create mode 100644 setup/secondary_analytic_account/setup.py create mode 100644 stock_inventory_simple_valuation/pyproject.toml diff --git a/account_move_line_mass_edit_account/pyproject.toml b/account_move_line_mass_edit_account/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_move_line_mass_edit_account/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/attachment_asset_in_db/pyproject.toml b/attachment_asset_in_db/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/attachment_asset_in_db/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_custom_export/pyproject.toml b/base_custom_export/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/base_custom_export/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/dash_shared/pyproject.toml b/dash_shared/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/dash_shared/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/database_age_cron/pyproject.toml b/database_age_cron/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/database_age_cron/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/forbid_record_creation/pyproject.toml b/forbid_record_creation/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/forbid_record_creation/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/intercompany_shared_contact/pyproject.toml b/intercompany_shared_contact/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/intercompany_shared_contact/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/label_wizard/pyproject.toml b/label_wizard/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/label_wizard/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mail_env_whitelist/pyproject.toml b/mail_env_whitelist/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mail_env_whitelist/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mail_preview_send/pyproject.toml b/mail_preview_send/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mail_preview_send/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mail_unique_layout/pyproject.toml b/mail_unique_layout/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/mail_unique_layout/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/module_analysis_price/pyproject.toml b/module_analysis_price/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/module_analysis_price/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_pricelist_per_attribute_value/pyproject.toml b/product_pricelist_per_attribute_value/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/product_pricelist_per_attribute_value/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_supplierinfo_group_per_attribute_value/pyproject.toml b/product_supplierinfo_group_per_attribute_value/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/product_supplierinfo_group_per_attribute_value/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_supplierinfo_per_attribute_value/pyproject.toml b/product_supplierinfo_per_attribute_value/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/product_supplierinfo_per_attribute_value/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_supplierinfo_per_attribute_value_intercompany/pyproject.toml b/product_supplierinfo_per_attribute_value_intercompany/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/product_supplierinfo_per_attribute_value_intercompany/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_uom_force_change/pyproject.toml b/product_uom_force_change/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/product_uom_force_change/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/project_estimate_step/pyproject.toml b/project_estimate_step/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/project_estimate_step/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/project_time_in_day/pyproject.toml b/project_time_in_day/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/project_time_in_day/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/proxy_action/pyproject.toml b/proxy_action/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/proxy_action/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/purchase_edi_file/pyproject.toml b/purchase_edi_file/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/purchase_edi_file/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/purchase_lot/pyproject.toml b/purchase_lot/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/purchase_lot/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/queue_job_cancel_dead_job/pyproject.toml b/queue_job_cancel_dead_job/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/queue_job_cancel_dead_job/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/queue_job_default_channel/pyproject.toml b/queue_job_default_channel/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/queue_job_default_channel/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/secondary_analytic_account/README.rst b/secondary_analytic_account/README.rst new file mode 100644 index 000000000..e9b6be6b3 --- /dev/null +++ b/secondary_analytic_account/README.rst @@ -0,0 +1,65 @@ +========================== +Secondary Analytic Account +========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:018933dd2a5a08a3a7f47974c4b2e2ec7c181016fe00838354e99bb8e74c6fa0 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-akretion%2Fak--odoo--incubator-lightgray.png?logo=github + :target: https://github.com/akretion/ak-odoo-incubator/tree/14.0/secondary_analytic_account + :alt: akretion/ak-odoo-incubator + +|badge1| |badge2| |badge3| + +This module allows to have a secondary analytic account. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +The use case is to add an other analytic axe in order to follow for exemple event cost or invest. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub 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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Matthieu Saison + +Maintainers +~~~~~~~~~~~ + +This module is part of the `akretion/ak-odoo-incubator `_ project on GitHub. + +You are welcome to contribute. diff --git a/secondary_analytic_account/pyproject.toml b/secondary_analytic_account/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/secondary_analytic_account/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/secondary_analytic_account/static/description/index.html b/secondary_analytic_account/static/description/index.html new file mode 100644 index 000000000..9e72df06f --- /dev/null +++ b/secondary_analytic_account/static/description/index.html @@ -0,0 +1,420 @@ + + + + + +Secondary Analytic Account + + + +
+

Secondary Analytic Account

+ + +

Beta License: AGPL-3 akretion/ak-odoo-incubator

+

This module allows to have a secondary analytic account.

+

Table of contents

+ +
+

Usage

+

The use case is to add an other analytic axe in order to follow for exemple event cost or invest.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Akretion
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is part of the akretion/ak-odoo-incubator project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/security_rule_not_editable/pyproject.toml b/security_rule_not_editable/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/security_rule_not_editable/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/setup/secondary_analytic_account/odoo/addons/secondary_analytic_account b/setup/secondary_analytic_account/odoo/addons/secondary_analytic_account new file mode 120000 index 000000000..4876d4882 --- /dev/null +++ b/setup/secondary_analytic_account/odoo/addons/secondary_analytic_account @@ -0,0 +1 @@ +../../../../secondary_analytic_account \ No newline at end of file diff --git a/setup/secondary_analytic_account/setup.py b/setup/secondary_analytic_account/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/secondary_analytic_account/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_inventory_simple_valuation/pyproject.toml b/stock_inventory_simple_valuation/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/stock_inventory_simple_valuation/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"