From 396442f6b130da1e347b8e91e7644208d9e1e504 Mon Sep 17 00:00:00 2001 From: liuhehe1995 Date: Mon, 20 Nov 2023 02:27:36 +0000 Subject: [PATCH] [3829][15.0][UPD] dotfiles --- .copier-answers.yml | 14 ++++---- .github/workflows/pre-commit.yml | 2 ++ .gitignore | 1 + .pre-commit-config.yaml | 8 +++-- README.md | 4 +-- account_partial_reconcile_restrict/README.rst | 8 +++-- .../readme/DESCRIPTION.md | 3 ++ .../readme/DESCRIPTION.rst | 1 - .../static/description/index.html | 4 ++- base_data_import/README.rst | 12 +++---- .../{DESCRIPTION.rst => DESCRIPTION.md} | 4 +-- .../static/description/index.html | 4 +-- base_technical_features_adj/README.rst | 15 +++++---- .../{DESCRIPTION.rst => DESCRIPTION.md} | 12 +++---- .../static/description/index.html | 9 +++--- hr_security_adj/README.rst | 8 ++--- .../{DESCRIPTION.rst => DESCRIPTION.md} | 4 +-- hr_security_adj/static/description/index.html | 4 +-- product_gross_profit_calculation/README.rst | 10 +++--- .../{DESCRIPTION.rst => DESCRIPTION.md} | 6 ++-- .../static/description/index.html | 6 ++-- product_image_security_adj/README.rst | 7 ++-- .../{DESCRIPTION.rst => DESCRIPTION.md} | 3 +- .../static/description/index.html | 3 +- purchase_invoice_indicator/README.rst | 13 ++++---- .../readme/DESCRIPTION.md | 5 +++ .../readme/DESCRIPTION.rst | 4 --- .../static/description/index.html | 9 +++--- purchase_order_cancel/README.rst | 6 ++-- purchase_order_cancel/readme/DESCRIPTION.md | 3 ++ purchase_order_cancel/readme/DESCRIPTION.rst | 3 -- sale_order_import/README.rst | 32 ++++++++++--------- sale_order_import/readme/CONFIGURE.md | 6 ++++ sale_order_import/readme/CONFIGURE.rst | 5 --- sale_order_import/readme/DESCRIPTION.md | 8 +++++ sale_order_import/readme/DESCRIPTION.rst | 8 ----- sale_order_import/readme/USAGE.md | 3 ++ sale_order_import/readme/USAGE.rst | 2 -- .../static/description/index.html | 20 ++++++------ stock_security_adj/README.rst | 11 ++++--- stock_security_adj/readme/DESCRIPTION.md | 4 +++ stock_security_adj/readme/DESCRIPTION.rst | 3 -- .../static/description/index.html | 7 ++-- website_sale_wishlist_archive_cron/README.rst | 7 ++-- .../readme/DESCRIPTION.md | 4 +++ .../readme/DESCRIPTION.rst | 3 -- .../static/description/index.html | 3 +- website_sale_wishlist_menuitem/README.rst | 8 ++--- .../readme/DESCRIPTION.md | 4 +++ .../readme/DESCRIPTION.rst | 4 --- .../static/description/index.html | 4 +-- 51 files changed, 190 insertions(+), 151 deletions(-) create mode 100644 account_partial_reconcile_restrict/readme/DESCRIPTION.md delete mode 100644 account_partial_reconcile_restrict/readme/DESCRIPTION.rst rename base_data_import/readme/{DESCRIPTION.rst => DESCRIPTION.md} (81%) rename base_technical_features_adj/readme/{DESCRIPTION.rst => DESCRIPTION.md} (53%) rename hr_security_adj/readme/{DESCRIPTION.rst => DESCRIPTION.md} (53%) rename product_gross_profit_calculation/readme/{DESCRIPTION.rst => DESCRIPTION.md} (65%) rename product_image_security_adj/readme/{DESCRIPTION.rst => DESCRIPTION.md} (79%) create mode 100644 purchase_invoice_indicator/readme/DESCRIPTION.md delete mode 100644 purchase_invoice_indicator/readme/DESCRIPTION.rst create mode 100644 purchase_order_cancel/readme/DESCRIPTION.md delete mode 100644 purchase_order_cancel/readme/DESCRIPTION.rst create mode 100644 sale_order_import/readme/CONFIGURE.md delete mode 100644 sale_order_import/readme/CONFIGURE.rst create mode 100644 sale_order_import/readme/DESCRIPTION.md delete mode 100644 sale_order_import/readme/DESCRIPTION.rst create mode 100644 sale_order_import/readme/USAGE.md delete mode 100644 sale_order_import/readme/USAGE.rst create mode 100644 stock_security_adj/readme/DESCRIPTION.md delete mode 100644 stock_security_adj/readme/DESCRIPTION.rst create mode 100644 website_sale_wishlist_archive_cron/readme/DESCRIPTION.md delete mode 100644 website_sale_wishlist_archive_cron/readme/DESCRIPTION.rst create mode 100644 website_sale_wishlist_menuitem/readme/DESCRIPTION.md delete mode 100644 website_sale_wishlist_menuitem/readme/DESCRIPTION.rst diff --git a/.copier-answers.yml b/.copier-answers.yml index 2439ef10..a417eb32 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,14 +1,14 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.17.1 +_commit: v1.19.2 _src_path: https://github.com/OCA/oca-addons-repo-template.git ci: GitHub -dependency_installation_mode: PIP +convert_readme_fragments_to_markdown: true generate_requirements_txt: true github_check_license: true github_ci_extra_env: {} github_enable_codecov: false github_enable_makepot: false -github_enable_stale_action: true +github_enable_stale_action: false github_enforce_dev_status_compatibility: false include_wkhtmltopdf: false odoo_test_flavor: OCB @@ -16,10 +16,10 @@ odoo_version: 15.0 org_name: Quartile Limited org_slug: qrtl rebel_module_groups: [] -repo_description: Custom Modules -repo_name: SST Custom +repo_description: '' +repo_name: SST CUSTOM repo_slug: sst-custom repo_website: https://www.quartile.co -travis_apt_packages: [] -travis_apt_sources: [] +use_pyproject_toml: false +use_ruff: false diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2350a0f7..745e3bbd 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v2 + with: + python-version: "3.11" - name: Get python version run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - uses: actions/cache@v1 diff --git a/.gitignore b/.gitignore index 9c283fd4..0090721f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ *.py[cod] /.venv /.pytest_cache +/.ruff_cache # C extensions *.so diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98e76960..5a892a95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,8 @@ exclude: | ^docs/_templates/.*\.html$| # Don't bother non-technical authors with formatting issues in docs readme/.*\.(rst|md)$| + # Ignore build and dist directories in addons + /build/|/dist/| # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: @@ -35,7 +37,7 @@ repos: language: fail files: '[a-zA-Z0-9_]*/i18n/en\.po$' - repo: https://github.com/oca/maintainer-tools - rev: 969238e47c07d0c40573acff81d170f63245d738 + rev: f71041f22b8cd68cf7c77b73a14ca8d8cd190a60 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons @@ -48,6 +50,8 @@ repos: - --org-name=qrtl - --repo-name=sst-custom - --if-source-changed + - --keep-source-digest + - --convert-fragments-to-markdown - repo: https://github.com/OCA/odoo-pre-commit-hooks rev: v0.0.25 hooks: @@ -139,7 +143,7 @@ repos: name: flake8 additional_dependencies: ["flake8-bugbear==21.9.2"] - repo: https://github.com/OCA/pylint-odoo - rev: 7.0.2 + rev: 7.0.5 hooks: - id: pylint_odoo name: pylint with optional checks diff --git a/README.md b/README.md index 25d753e7..13409c7a 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ -# SST Custom +# SST CUSTOM + -Custom Modules diff --git a/account_partial_reconcile_restrict/README.rst b/account_partial_reconcile_restrict/README.rst index ccdd98af..e6428f05 100644 --- a/account_partial_reconcile_restrict/README.rst +++ b/account_partial_reconcile_restrict/README.rst @@ -22,7 +22,9 @@ Account Partial Reconcile Restrict |badge1| |badge2| |badge3| -This module adds permissions to the unlink method of account.partial.reconcile model. Only users who belong to the "Accounting Manager" group can execute the unreconcile operation. +This module adds permissions to the unlink method of +account.partial.reconcile model. Only users who belong to the +"Accounting Manager" group can execute the unreconcile operation. **Table of contents** @@ -43,12 +45,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/account_partial_reconcile_restrict/readme/DESCRIPTION.md b/account_partial_reconcile_restrict/readme/DESCRIPTION.md new file mode 100644 index 00000000..63051e44 --- /dev/null +++ b/account_partial_reconcile_restrict/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module adds permissions to the unlink method of +account.partial.reconcile model. Only users who belong to the +"Accounting Manager" group can execute the unreconcile operation. diff --git a/account_partial_reconcile_restrict/readme/DESCRIPTION.rst b/account_partial_reconcile_restrict/readme/DESCRIPTION.rst deleted file mode 100644 index 08b1656a..00000000 --- a/account_partial_reconcile_restrict/readme/DESCRIPTION.rst +++ /dev/null @@ -1 +0,0 @@ -This module adds permissions to the unlink method of account.partial.reconcile model. Only users who belong to the "Accounting Manager" group can execute the unreconcile operation. diff --git a/account_partial_reconcile_restrict/static/description/index.html b/account_partial_reconcile_restrict/static/description/index.html index bae8a218..8493f5c1 100644 --- a/account_partial_reconcile_restrict/static/description/index.html +++ b/account_partial_reconcile_restrict/static/description/index.html @@ -370,7 +370,9 @@

Account Partial Reconcile Restrict

!! source digest: sha256:7fdd9e13b7ee3e09da32f508d449822d39945417bf81892b872f8267b572e975 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 qrtl/sst-custom

-

This module adds permissions to the unlink method of account.partial.reconcile model. Only users who belong to the “Accounting Manager” group can execute the unreconcile operation.

+

This module adds permissions to the unlink method of +account.partial.reconcile model. Only users who belong to the +“Accounting Manager” group can execute the unreconcile operation.

Table of contents

    diff --git a/base_data_import/README.rst b/base_data_import/README.rst index 535a5d4e..8d68d340 100644 --- a/base_data_import/README.rst +++ b/base_data_import/README.rst @@ -24,11 +24,11 @@ Base Data Import This module does the following: -- Adds a generic wizard to import a CSV file to create/update records. -- Adds a generic logging models and views for import results. +- Adds a generic wizard to import a CSV file to create/update records. +- Adds a generic logging models and views for import results. -This module is not useful by itself, but is expected to be used as a dependency -of specific data import functions. +This module is not useful by itself, but is expected to be used as a +dependency of specific data import functions. **Table of contents** @@ -49,12 +49,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/base_data_import/readme/DESCRIPTION.rst b/base_data_import/readme/DESCRIPTION.md similarity index 81% rename from base_data_import/readme/DESCRIPTION.rst rename to base_data_import/readme/DESCRIPTION.md index f08422f1..a356ca9b 100644 --- a/base_data_import/readme/DESCRIPTION.rst +++ b/base_data_import/readme/DESCRIPTION.md @@ -3,5 +3,5 @@ This module does the following: - Adds a generic wizard to import a CSV file to create/update records. - Adds a generic logging models and views for import results. -This module is not useful by itself, but is expected to be used as a dependency -of specific data import functions. +This module is not useful by itself, but is expected to be used as a +dependency of specific data import functions. diff --git a/base_data_import/static/description/index.html b/base_data_import/static/description/index.html index 7c2baa6d..751cb8c8 100644 --- a/base_data_import/static/description/index.html +++ b/base_data_import/static/description/index.html @@ -375,8 +375,8 @@

    Base Data Import

  • Adds a generic wizard to import a CSV file to create/update records.
  • Adds a generic logging models and views for import results.
-

This module is not useful by itself, but is expected to be used as a dependency -of specific data import functions.

+

This module is not useful by itself, but is expected to be used as a +dependency of specific data import functions.

Table of contents

    diff --git a/base_technical_features_adj/README.rst b/base_technical_features_adj/README.rst index 0f9ddea6..d47f107b 100644 --- a/base_technical_features_adj/README.rst +++ b/base_technical_features_adj/README.rst @@ -23,14 +23,15 @@ Technical features group adjustments |badge1| |badge2| |badge3| This module limits the visibility of the 'technical_features' attribute -in the preference view, making it accessible exclusively to internal users. +in the preference view, making it accessible exclusively to internal +users. Background -~~~~~~~~~~ +---------- -To enhance security, non-internal users' backend access, which includes their ability -to view 'technical_features' and related menu items, should be restricted to uphold the -intended user access levels. +To enhance security, non-internal users' backend access, which includes +their ability to view 'technical_features' and related menu items, +should be restricted to uphold the intended user access levels. **Table of contents** @@ -51,12 +52,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/base_technical_features_adj/readme/DESCRIPTION.rst b/base_technical_features_adj/readme/DESCRIPTION.md similarity index 53% rename from base_technical_features_adj/readme/DESCRIPTION.rst rename to base_technical_features_adj/readme/DESCRIPTION.md index 5c94bde7..70faa687 100644 --- a/base_technical_features_adj/readme/DESCRIPTION.rst +++ b/base_technical_features_adj/readme/DESCRIPTION.md @@ -1,9 +1,9 @@ This module limits the visibility of the 'technical_features' attribute -in the preference view, making it accessible exclusively to internal users. +in the preference view, making it accessible exclusively to internal +users. -Background -~~~~~~~~~~ +## Background -To enhance security, non-internal users' backend access, which includes their ability -to view 'technical_features' and related menu items, should be restricted to uphold the -intended user access levels. +To enhance security, non-internal users' backend access, which includes +their ability to view 'technical_features' and related menu items, +should be restricted to uphold the intended user access levels. diff --git a/base_technical_features_adj/static/description/index.html b/base_technical_features_adj/static/description/index.html index ef20b7a3..6234c385 100644 --- a/base_technical_features_adj/static/description/index.html +++ b/base_technical_features_adj/static/description/index.html @@ -371,12 +371,13 @@

    Technical features group adjustments

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

    Beta License: AGPL-3 qrtl/sst-custom

    This module limits the visibility of the ‘technical_features’ attribute -in the preference view, making it accessible exclusively to internal users.

    +in the preference view, making it accessible exclusively to internal +users.

    Background

    -

    To enhance security, non-internal users’ backend access, which includes their ability -to view ‘technical_features’ and related menu items, should be restricted to uphold the -intended user access levels.

    +

    To enhance security, non-internal users’ backend access, which includes +their ability to view ‘technical_features’ and related menu items, +should be restricted to uphold the intended user access levels.

    Table of contents

      diff --git a/hr_security_adj/README.rst b/hr_security_adj/README.rst index 2d908861..7570d8e1 100644 --- a/hr_security_adj/README.rst +++ b/hr_security_adj/README.rst @@ -22,8 +22,8 @@ HR Security Adjust |badge1| |badge2| |badge3| -This module adds new user group for hr and give read and write access for hr.employee to the user that -has this group. +This module adds new user group for hr and give read and write access +for hr.employee to the user that has this group. **Table of contents** @@ -44,12 +44,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/hr_security_adj/readme/DESCRIPTION.rst b/hr_security_adj/readme/DESCRIPTION.md similarity index 53% rename from hr_security_adj/readme/DESCRIPTION.rst rename to hr_security_adj/readme/DESCRIPTION.md index 449625f2..3f40de7d 100644 --- a/hr_security_adj/readme/DESCRIPTION.rst +++ b/hr_security_adj/readme/DESCRIPTION.md @@ -1,2 +1,2 @@ -This module adds new user group for hr and give read and write access for hr.employee to the user that -has this group. +This module adds new user group for hr and give read and write access +for hr.employee to the user that has this group. diff --git a/hr_security_adj/static/description/index.html b/hr_security_adj/static/description/index.html index 1833766d..e196f4f0 100644 --- a/hr_security_adj/static/description/index.html +++ b/hr_security_adj/static/description/index.html @@ -370,8 +370,8 @@

      HR Security Adjust

      !! source digest: sha256:4217c3bd134d74841e3d8e5a4e7fa8410b44fd5aa59625dda522e6e077f8a2fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

      Beta License: AGPL-3 qrtl/sst-custom

      -

      This module adds new user group for hr and give read and write access for hr.employee to the user that -has this group.

      +

      This module adds new user group for hr and give read and write access +for hr.employee to the user that has this group.

      Table of contents

        diff --git a/product_gross_profit_calculation/README.rst b/product_gross_profit_calculation/README.rst index b4f29817..f8ed6204 100644 --- a/product_gross_profit_calculation/README.rst +++ b/product_gross_profit_calculation/README.rst @@ -22,9 +22,11 @@ Product Gross Profit Calculation |badge1| |badge2| |badge3| -This module adds some new fields in product template and calculates gross profit of product. +This module adds some new fields in product template and calculates +gross profit of product. -This module currently does not support the case where there are multiple variants per product template. +This module currently does not support the case where there are multiple +variants per product template. **Table of contents** @@ -45,12 +47,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/product_gross_profit_calculation/readme/DESCRIPTION.rst b/product_gross_profit_calculation/readme/DESCRIPTION.md similarity index 65% rename from product_gross_profit_calculation/readme/DESCRIPTION.rst rename to product_gross_profit_calculation/readme/DESCRIPTION.md index dde2c0bc..baf40c1b 100644 --- a/product_gross_profit_calculation/readme/DESCRIPTION.rst +++ b/product_gross_profit_calculation/readme/DESCRIPTION.md @@ -1,3 +1,5 @@ -This module adds some new fields in product template and calculates gross profit of product. +This module adds some new fields in product template and calculates +gross profit of product. -This module currently does not support the case where there are multiple variants per product template. +This module currently does not support the case where there are multiple +variants per product template. diff --git a/product_gross_profit_calculation/static/description/index.html b/product_gross_profit_calculation/static/description/index.html index 1df9c2ff..9e6c2c77 100644 --- a/product_gross_profit_calculation/static/description/index.html +++ b/product_gross_profit_calculation/static/description/index.html @@ -370,8 +370,10 @@

        Product Gross Profit Calculation

        !! source digest: sha256:98286b7f552604a404b35ae22981d5ba38e43c3eaec04ebc528dd4dea29f6db5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

        Beta License: AGPL-3 qrtl/sst-custom

        -

        This module adds some new fields in product template and calculates gross profit of product.

        -

        This module currently does not support the case where there are multiple variants per product template.

        +

        This module adds some new fields in product template and calculates +gross profit of product.

        +

        This module currently does not support the case where there are multiple +variants per product template.

        Table of contents

          diff --git a/product_image_security_adj/README.rst b/product_image_security_adj/README.rst index f7af4b19..9da85955 100644 --- a/product_image_security_adj/README.rst +++ b/product_image_security_adj/README.rst @@ -22,7 +22,8 @@ Product Image Security Adj |badge1| |badge2| |badge3| -This module gives all access to product image of website sale for purchase user. +This module gives all access to product image of website sale for +purchase user. **Table of contents** @@ -43,12 +44,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/product_image_security_adj/readme/DESCRIPTION.rst b/product_image_security_adj/readme/DESCRIPTION.md similarity index 79% rename from product_image_security_adj/readme/DESCRIPTION.rst rename to product_image_security_adj/readme/DESCRIPTION.md index 7622bee5..728f5329 100644 --- a/product_image_security_adj/readme/DESCRIPTION.rst +++ b/product_image_security_adj/readme/DESCRIPTION.md @@ -1 +1,2 @@ -This module gives all access to product image of website sale for purchase user. +This module gives all access to product image of website sale for +purchase user. diff --git a/product_image_security_adj/static/description/index.html b/product_image_security_adj/static/description/index.html index 63841e56..9219d087 100644 --- a/product_image_security_adj/static/description/index.html +++ b/product_image_security_adj/static/description/index.html @@ -370,7 +370,8 @@

          Product Image Security Adj

          !! source digest: sha256:8ce943616a6d8d4458f6bf0b66881917772b0b3e46e4820cb4b85adff20600ae !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

          Beta License: AGPL-3 qrtl/sst-custom

          -

          This module gives all access to product image of website sale for purchase user.

          +

          This module gives all access to product image of website sale for +purchase user.

          Table of contents

            diff --git a/purchase_invoice_indicator/README.rst b/purchase_invoice_indicator/README.rst index 9108b1c1..916b588e 100644 --- a/purchase_invoice_indicator/README.rst +++ b/purchase_invoice_indicator/README.rst @@ -22,10 +22,11 @@ Purchase Invoice Indicator |badge1| |badge2| |badge3| -This module introduces the is_invoice_issuer field in the Partner model and -the is_invoice field in the Invoice model. When an invoice is created, -the is_invoice_issuer value from the associated Partner record is automatically -propagated to the is_invoice field in the new Invoice record. +This module introduces the is_invoice_issuer field in the Partner model +and the is_invoice field in the Invoice model. When an invoice is +created, the is_invoice_issuer value from the associated Partner record +is automatically propagated to the is_invoice field in the new Invoice +record. **Table of contents** @@ -46,12 +47,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/purchase_invoice_indicator/readme/DESCRIPTION.md b/purchase_invoice_indicator/readme/DESCRIPTION.md new file mode 100644 index 00000000..8e7f08b0 --- /dev/null +++ b/purchase_invoice_indicator/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +This module introduces the is_invoice_issuer field in the Partner model +and the is_invoice field in the Invoice model. When an invoice is +created, the is_invoice_issuer value from the associated Partner record +is automatically propagated to the is_invoice field in the new Invoice +record. diff --git a/purchase_invoice_indicator/readme/DESCRIPTION.rst b/purchase_invoice_indicator/readme/DESCRIPTION.rst deleted file mode 100644 index bb0690e3..00000000 --- a/purchase_invoice_indicator/readme/DESCRIPTION.rst +++ /dev/null @@ -1,4 +0,0 @@ -This module introduces the is_invoice_issuer field in the Partner model and -the is_invoice field in the Invoice model. When an invoice is created, -the is_invoice_issuer value from the associated Partner record is automatically -propagated to the is_invoice field in the new Invoice record. diff --git a/purchase_invoice_indicator/static/description/index.html b/purchase_invoice_indicator/static/description/index.html index 008f18fa..1607ff9b 100644 --- a/purchase_invoice_indicator/static/description/index.html +++ b/purchase_invoice_indicator/static/description/index.html @@ -370,10 +370,11 @@

            Purchase Invoice Indicator

            !! source digest: sha256:80fe237b01b6841092612860a18b1c6d1180cc235120b9fee8c5573d63c16b2e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

            Beta License: AGPL-3 qrtl/sst-custom

            -

            This module introduces the is_invoice_issuer field in the Partner model and -the is_invoice field in the Invoice model. When an invoice is created, -the is_invoice_issuer value from the associated Partner record is automatically -propagated to the is_invoice field in the new Invoice record.

            +

            This module introduces the is_invoice_issuer field in the Partner model +and the is_invoice field in the Invoice model. When an invoice is +created, the is_invoice_issuer value from the associated Partner record +is automatically propagated to the is_invoice field in the new Invoice +record.

            Table of contents

              diff --git a/purchase_order_cancel/README.rst b/purchase_order_cancel/README.rst index 3fcc26a8..ab2eac95 100644 --- a/purchase_order_cancel/README.rst +++ b/purchase_order_cancel/README.rst @@ -24,7 +24,7 @@ Cancel Multiple Purchase Order This module does the following: -* Allow to cancel multiple purchase orders at single click! +- Allow to cancel multiple purchase orders at single click! **Table of contents** @@ -45,12 +45,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/purchase_order_cancel/readme/DESCRIPTION.md b/purchase_order_cancel/readme/DESCRIPTION.md new file mode 100644 index 00000000..7d68dcac --- /dev/null +++ b/purchase_order_cancel/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module does the following: + +- Allow to cancel multiple purchase orders at single click! diff --git a/purchase_order_cancel/readme/DESCRIPTION.rst b/purchase_order_cancel/readme/DESCRIPTION.rst deleted file mode 100644 index 7041a452..00000000 --- a/purchase_order_cancel/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module does the following: - -* Allow to cancel multiple purchase orders at single click! diff --git a/sale_order_import/README.rst b/sale_order_import/README.rst index a625d24a..fcf42a1e 100644 --- a/sale_order_import/README.rst +++ b/sale_order_import/README.rst @@ -24,12 +24,12 @@ Sales Order Import This module provides following functions: -- Imports sales data of designated format from `.csv` file (with UTF-8 encoding), and - processes following transactions: -- Sales Order -- Outgoing picking -- Customer Invoice -- Customer Payment +- Imports sales data of designated format from .csv file (with UTF-8 + encoding), and processes following transactions: +- Sales Order +- Outgoing picking +- Customer Invoice +- Customer Payment **Table of contents** @@ -39,17 +39,19 @@ This module provides following functions: Configuration ============= -- User should belong to 'Data Import Log' group. Adjust the user access right settings from - `Settings > Users > (the user) > Access Rights > Technical Settings`. -- Select default journals ('Invoice Journal' and 'Payment Journal') in "Sales Import - Defaults" screen. The values are used to propose journals in "Import Sale Order" - wizard. +- User should belong to 'Data Import Log' group. Adjust the user access + right settings from Settings > Users > (the user) > Access Rights > + Technical Settings. +- Select default journals ('Invoice Journal' and 'Payment Journal') in + "Sales Import Defaults" screen. The values are used to propose + journals in "Import Sale Order" wizard. Usage ===== -Go to `Data Import > Import Sales Order` to import sales data in `.csv` format. -Go to `Import > Data Import Log` to find the import history / error log. +Go to Data Import > Import Sales Order to import sales data in .csv +format. Go to Import > Data Import Log to find the import history / +error log. Bug Tracker =========== @@ -65,12 +67,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/sale_order_import/readme/CONFIGURE.md b/sale_order_import/readme/CONFIGURE.md new file mode 100644 index 00000000..fd9793d6 --- /dev/null +++ b/sale_order_import/readme/CONFIGURE.md @@ -0,0 +1,6 @@ +- User should belong to 'Data Import Log' group. Adjust the user access + right settings from Settings \> Users \> (the user) \> Access Rights + \> Technical Settings. +- Select default journals ('Invoice Journal' and 'Payment Journal') in + "Sales Import Defaults" screen. The values are used to propose + journals in "Import Sale Order" wizard. diff --git a/sale_order_import/readme/CONFIGURE.rst b/sale_order_import/readme/CONFIGURE.rst deleted file mode 100644 index 54dc4f04..00000000 --- a/sale_order_import/readme/CONFIGURE.rst +++ /dev/null @@ -1,5 +0,0 @@ -- User should belong to 'Data Import Log' group. Adjust the user access right settings from - `Settings > Users > (the user) > Access Rights > Technical Settings`. -- Select default journals ('Invoice Journal' and 'Payment Journal') in "Sales Import - Defaults" screen. The values are used to propose journals in "Import Sale Order" - wizard. diff --git a/sale_order_import/readme/DESCRIPTION.md b/sale_order_import/readme/DESCRIPTION.md new file mode 100644 index 00000000..949ec532 --- /dev/null +++ b/sale_order_import/readme/DESCRIPTION.md @@ -0,0 +1,8 @@ +This module provides following functions: + +- Imports sales data of designated format from .csv file (with UTF-8 + encoding), and processes following transactions: +- Sales Order +- Outgoing picking +- Customer Invoice +- Customer Payment diff --git a/sale_order_import/readme/DESCRIPTION.rst b/sale_order_import/readme/DESCRIPTION.rst deleted file mode 100644 index ec92c1dc..00000000 --- a/sale_order_import/readme/DESCRIPTION.rst +++ /dev/null @@ -1,8 +0,0 @@ -This module provides following functions: - -- Imports sales data of designated format from `.csv` file (with UTF-8 encoding), and - processes following transactions: -- Sales Order -- Outgoing picking -- Customer Invoice -- Customer Payment diff --git a/sale_order_import/readme/USAGE.md b/sale_order_import/readme/USAGE.md new file mode 100644 index 00000000..929a82c2 --- /dev/null +++ b/sale_order_import/readme/USAGE.md @@ -0,0 +1,3 @@ +Go to Data Import \> Import Sales Order to import sales data in .csv +format. Go to Import \> Data Import Log to find the import history / +error log. diff --git a/sale_order_import/readme/USAGE.rst b/sale_order_import/readme/USAGE.rst deleted file mode 100644 index 37769409..00000000 --- a/sale_order_import/readme/USAGE.rst +++ /dev/null @@ -1,2 +0,0 @@ -Go to `Data Import > Import Sales Order` to import sales data in `.csv` format. -Go to `Import > Data Import Log` to find the import history / error log. diff --git a/sale_order_import/static/description/index.html b/sale_order_import/static/description/index.html index 448293e3..1262b7c5 100644 --- a/sale_order_import/static/description/index.html +++ b/sale_order_import/static/description/index.html @@ -372,8 +372,8 @@

              Sales Order Import

              Beta License: AGPL-3 qrtl/sst-custom

              This module provides following functions:

                -
              • Imports sales data of designated format from .csv file (with UTF-8 encoding), and -processes following transactions:
              • +
              • Imports sales data of designated format from .csv file (with UTF-8 +encoding), and processes following transactions:
              • Sales Order
              • Outgoing picking
              • Customer Invoice
              • @@ -395,17 +395,19 @@

                Sales Order Import

                Configuration

                  -
                • User should belong to ‘Data Import Log’ group. Adjust the user access right settings from -Settings > Users > (the user) > Access Rights > Technical Settings.
                • -
                • Select default journals (‘Invoice Journal’ and ‘Payment Journal’) in “Sales Import -Defaults” screen. The values are used to propose journals in “Import Sale Order” -wizard.
                • +
                • User should belong to ‘Data Import Log’ group. Adjust the user access +right settings from Settings > Users > (the user) > Access Rights > +Technical Settings.
                • +
                • Select default journals (‘Invoice Journal’ and ‘Payment Journal’) in +“Sales Import Defaults” screen. The values are used to propose +journals in “Import Sale Order” wizard.

                Usage

                -

                Go to Data Import > Import Sales Order to import sales data in .csv format. -Go to Import > Data Import Log to find the import history / error log.

                +

                Go to Data Import > Import Sales Order to import sales data in .csv +format. Go to Import > Data Import Log to find the import history / +error log.

                Bug Tracker

                diff --git a/stock_security_adj/README.rst b/stock_security_adj/README.rst index 62140dec..ff3f9368 100644 --- a/stock_security_adj/README.rst +++ b/stock_security_adj/README.rst @@ -22,9 +22,10 @@ Stock Security Adjust |badge1| |badge2| |badge3| -This module adds new user group for stock and give all access for the stock move to the user that -has this group. -Then, this module also controls the visibility of inventory reporting and valuation menus depends on that user group. +This module adds new user group for stock and give all access for the +stock move to the user that has this group. Then, this module also +controls the visibility of inventory reporting and valuation menus +depends on that user group. **Table of contents** @@ -45,12 +46,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/stock_security_adj/readme/DESCRIPTION.md b/stock_security_adj/readme/DESCRIPTION.md new file mode 100644 index 00000000..6b39a8da --- /dev/null +++ b/stock_security_adj/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This module adds new user group for stock and give all access for the +stock move to the user that has this group. Then, this module also +controls the visibility of inventory reporting and valuation menus +depends on that user group. diff --git a/stock_security_adj/readme/DESCRIPTION.rst b/stock_security_adj/readme/DESCRIPTION.rst deleted file mode 100644 index 01161a8b..00000000 --- a/stock_security_adj/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module adds new user group for stock and give all access for the stock move to the user that -has this group. -Then, this module also controls the visibility of inventory reporting and valuation menus depends on that user group. diff --git a/stock_security_adj/static/description/index.html b/stock_security_adj/static/description/index.html index 3473e85e..0ec6ca1a 100644 --- a/stock_security_adj/static/description/index.html +++ b/stock_security_adj/static/description/index.html @@ -370,9 +370,10 @@

                Stock Security Adjust

                !! source digest: sha256:2086a2dca9c6af670e970fa7dbffd56b33b03a590e19091412ccdb5d1ddba274 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

                Beta License: AGPL-3 qrtl/sst-custom

                -

                This module adds new user group for stock and give all access for the stock move to the user that -has this group. -Then, this module also controls the visibility of inventory reporting and valuation menus depends on that user group.

                +

                This module adds new user group for stock and give all access for the +stock move to the user that has this group. Then, this module also +controls the visibility of inventory reporting and valuation menus +depends on that user group.

                Table of contents

                  diff --git a/website_sale_wishlist_archive_cron/README.rst b/website_sale_wishlist_archive_cron/README.rst index 4caf94b3..cb333eea 100644 --- a/website_sale_wishlist_archive_cron/README.rst +++ b/website_sale_wishlist_archive_cron/README.rst @@ -24,7 +24,8 @@ Website Sales Wishlist Archive Cron This module does the following: -* A cron task that will "Archive" all the wishlist items that the product is inactive +- A cron task that will "Archive" all the wishlist items that the + product is inactive **Table of contents** @@ -45,12 +46,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/website_sale_wishlist_archive_cron/readme/DESCRIPTION.md b/website_sale_wishlist_archive_cron/readme/DESCRIPTION.md new file mode 100644 index 00000000..50341d00 --- /dev/null +++ b/website_sale_wishlist_archive_cron/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This module does the following: + +- A cron task that will "Archive" all the wishlist items that the + product is inactive diff --git a/website_sale_wishlist_archive_cron/readme/DESCRIPTION.rst b/website_sale_wishlist_archive_cron/readme/DESCRIPTION.rst deleted file mode 100644 index de7fed3a..00000000 --- a/website_sale_wishlist_archive_cron/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -This module does the following: - -* A cron task that will "Archive" all the wishlist items that the product is inactive diff --git a/website_sale_wishlist_archive_cron/static/description/index.html b/website_sale_wishlist_archive_cron/static/description/index.html index e2582722..7904821b 100644 --- a/website_sale_wishlist_archive_cron/static/description/index.html +++ b/website_sale_wishlist_archive_cron/static/description/index.html @@ -372,7 +372,8 @@

                  Website Sales Wishlist Archive Cron

                  Beta License: AGPL-3 qrtl/sst-custom

                  This module does the following:

                    -
                  • A cron task that will “Archive” all the wishlist items that the product is inactive
                  • +
                  • A cron task that will “Archive” all the wishlist items that the +product is inactive

                  Table of contents

                  diff --git a/website_sale_wishlist_menuitem/README.rst b/website_sale_wishlist_menuitem/README.rst index f883cfae..8e5fbf3e 100644 --- a/website_sale_wishlist_menuitem/README.rst +++ b/website_sale_wishlist_menuitem/README.rst @@ -24,8 +24,8 @@ Website Sales Wishlist Menuitem This module does the following: -* Adds a menuitem for internal users to be able to check/manage the wishlist content - in the backend. +- Adds a menuitem for internal users to be able to check/manage the + wishlist content in the backend. **Table of contents** @@ -46,12 +46,12 @@ Credits ======= Authors -~~~~~~~ +------- * Quartile Limited Maintainers -~~~~~~~~~~~ +----------- This module is part of the `qrtl/sst-custom `_ project on GitHub. diff --git a/website_sale_wishlist_menuitem/readme/DESCRIPTION.md b/website_sale_wishlist_menuitem/readme/DESCRIPTION.md new file mode 100644 index 00000000..6e449f67 --- /dev/null +++ b/website_sale_wishlist_menuitem/readme/DESCRIPTION.md @@ -0,0 +1,4 @@ +This module does the following: + +- Adds a menuitem for internal users to be able to check/manage the + wishlist content in the backend. diff --git a/website_sale_wishlist_menuitem/readme/DESCRIPTION.rst b/website_sale_wishlist_menuitem/readme/DESCRIPTION.rst deleted file mode 100644 index 1ed5266e..00000000 --- a/website_sale_wishlist_menuitem/readme/DESCRIPTION.rst +++ /dev/null @@ -1,4 +0,0 @@ -This module does the following: - -* Adds a menuitem for internal users to be able to check/manage the wishlist content - in the backend. diff --git a/website_sale_wishlist_menuitem/static/description/index.html b/website_sale_wishlist_menuitem/static/description/index.html index fb048864..b909ab24 100644 --- a/website_sale_wishlist_menuitem/static/description/index.html +++ b/website_sale_wishlist_menuitem/static/description/index.html @@ -372,8 +372,8 @@

                  Website Sales Wishlist Menuitem

                  Beta License: AGPL-3 qrtl/sst-custom

                  This module does the following:

                    -
                  • Adds a menuitem for internal users to be able to check/manage the wishlist content -in the backend.
                  • +
                  • Adds a menuitem for internal users to be able to check/manage the +wishlist content in the backend.

                  Table of contents