diff --git a/README.md b/README.md index 6c00201..d491a18 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,14 @@ [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[grap_custom_import_account_product_fiscal_classification](grap_custom_import_account_product_fiscal_classification/) | 16.0.1.0.0 | | Extra GRAP Tools to import data for Account Product Fiscal Classification +[grap_custom_import_base](grap_custom_import_base/) | 16.0.1.0.0 | | Extra GRAP Tools to import data for base module +[grap_custom_import_product](grap_custom_import_product/) | 16.0.1.0.0 | | Extra GRAP Tools to import data for product module +[grap_custom_import_product_supplierinfo_qty_multiplier](grap_custom_import_product_supplierinfo_qty_multiplier/) | 16.0.1.0.0 | | Extra GRAP Tools to import data for product Supplierinfo Quantity Multiplier module [//]: # (end addons) diff --git a/grap_custom_import_account_product_fiscal_classification/README.rst b/grap_custom_import_account_product_fiscal_classification/README.rst index e69de29..5e11bbd 100644 --- a/grap_custom_import_account_product_fiscal_classification/README.rst +++ b/grap_custom_import_account_product_fiscal_classification/README.rst @@ -0,0 +1,70 @@ +========================================== +GRAP - Custom Import Fiscal Classification +========================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:ea11339bfa68d138884fd214ae59ec5a82cd54f0173ecb8035636dbc89b8bc7a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-grap%2Fgrap--odoo--import-lightgray.png?logo=github + :target: https://github.com/grap/grap-odoo-import/tree/16.0/grap_custom_import_account_product_fiscal_classification + :alt: grap/grap-odoo-import + +|badge1| |badge2| |badge3| + +This module improve the "import" features provided by Odoo. + +* ``product.product``: + + * Allow to recover ``multiplier_qty`` field in the supplier info level. + +**Table of contents** + +.. contents:: + :local: + +Known issues / Roadmap +====================== + +* handle selection of classifications for ``recurring_consignment``, + once the module is ported in V16. + +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 +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Sylvain LE GAL + +Maintainers +~~~~~~~~~~~ + +This module is part of the `grap/grap-odoo-import `_ project on GitHub. + +You are welcome to contribute. diff --git a/grap_custom_import_base/README.rst b/grap_custom_import_base/README.rst index e69de29..a926c60 100644 --- a/grap_custom_import_base/README.rst +++ b/grap_custom_import_base/README.rst @@ -0,0 +1,66 @@ +================================ +GRAP - Custom Import Base Module +================================ + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:d253a970ec80553d33707731870a4881a2b62734c8f2b37de12f7f15a31831c5 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-grap%2Fgrap--odoo--import-lightgray.png?logo=github + :target: https://github.com/grap/grap-odoo-import/tree/16.0/grap_custom_import_base + :alt: grap/grap-odoo-import + +|badge1| |badge2| |badge3| + +This module improve the "import" features provided by Odoo. + +It provides generic tools for that purpose, and improve imports for some models. + +* ``res.partner``: + + * Prevent to create duplicates regarding ``name`` and ``vat`` fields. + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Sylvain LE GAL + +Maintainers +~~~~~~~~~~~ + +This module is part of the `grap/grap-odoo-import `_ project on GitHub. + +You are welcome to contribute. diff --git a/grap_custom_import_product/README.rst b/grap_custom_import_product/README.rst index e69de29..403eb01 100644 --- a/grap_custom_import_product/README.rst +++ b/grap_custom_import_product/README.rst @@ -0,0 +1,68 @@ +=================================== +GRAP - Custom Import Product Module +=================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:f1edf2e49664874548baa2a31b5a7f89fc363cfed20297f007038186bbc81142 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-grap%2Fgrap--odoo--import-lightgray.png?logo=github + :target: https://github.com/grap/grap-odoo-import/tree/16.0/grap_custom_import_product + :alt: grap/grap-odoo-import + +|badge1| |badge2| |badge3| + +This module improve the "import" features provided by Odoo. + +It provides generic tools for that purpose, and improve imports for some models. + +* ``product.product``: + + * Prevent to create duplicates regarding ``name`` and ``barcode`` fields. + + * Allow to create main ``seller_ids``, based on supplier information fields. + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Sylvain LE GAL + +Maintainers +~~~~~~~~~~~ + +This module is part of the `grap/grap-odoo-import `_ project on GitHub. + +You are welcome to contribute. diff --git a/grap_custom_import_product_supplierinfo_qty_multiplier/README.rst b/grap_custom_import_product_supplierinfo_qty_multiplier/README.rst index e69de29..d1df468 100644 --- a/grap_custom_import_product_supplierinfo_qty_multiplier/README.rst +++ b/grap_custom_import_product_supplierinfo_qty_multiplier/README.rst @@ -0,0 +1,64 @@ +==================================================================== +GRAP - Custom Import Product Supplierinfo Quantity Multiplier Module +==================================================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:9b8df078c1fb893b68650c2ee64e375d840edd6d1f8f7bfdb0f1a4da37012215 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-grap%2Fgrap--odoo--import-lightgray.png?logo=github + :target: https://github.com/grap/grap-odoo-import/tree/16.0/grap_custom_import_product_supplierinfo_qty_multiplier + :alt: grap/grap-odoo-import + +|badge1| |badge2| |badge3| + +This module improve the "import" features provided by Odoo. + +* ``product.product``: + + * Allow to recover ``multiplier_qty`` field in the supplier info level. + +**Table of contents** + +.. contents:: + :local: + +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 +~~~~~~~ + +* GRAP + +Contributors +~~~~~~~~~~~~ + +* Sylvain LE GAL + +Maintainers +~~~~~~~~~~~ + +This module is part of the `grap/grap-odoo-import `_ project on GitHub. + +You are welcome to contribute.