diff --git a/README.md b/README.md index e138cc1aea..32617f36b4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [pos_access_right](pos_access_right/) | 16.0.1.0.1 | | Point of Sale - Extra Access Right for certain actions [pos_config_logo](pos_config_logo/) | 16.0.1.0.0 | | Set logotypes different from the company's one [pos_customer_comment](pos_customer_comment/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display Customer comment in the PoS front office and allow to edit and save it by the cashier +[pos_customer_tree_view_vat](pos_customer_tree_view_vat/) | 16.0.1.0.1 | [![mileo](https://github.com/mileo.png?size=30px)](https://github.com/mileo) | Point of Sale: Show VAT number at Customer Tree View [pos_daily_sales_reports_category_only](pos_daily_sales_reports_category_only/) | 16.0.1.0.0 | | Show Sales Reports by Category [pos_default_partner](pos_default_partner/) | 16.0.1.0.0 | | Add a default customer in pos order [pos_discount_all](pos_discount_all/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display discount amount on PoS cashier screen and print it on ticketcalculated from the difference between a sale with default pricelist diff --git a/pos_customer_tree_view_vat/README.rst b/pos_customer_tree_view_vat/README.rst index 045d512f9a..4e9a6041e2 100644 --- a/pos_customer_tree_view_vat/README.rst +++ b/pos_customer_tree_view_vat/README.rst @@ -7,7 +7,7 @@ Pos Vat Tree !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f1815f45a93bfe7a31db707e902f9958ed36b5eb12a5c3af1a4cb5fb4c2c7b4e + !! source digest: sha256:2f8f6598815997b075316205da508792c6392c21a03ab7f69d1dbf1510a1e3e4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_customer_tree_view_vat/static/description/index.html b/pos_customer_tree_view_vat/static/description/index.html index 0f2441aa60..f9dbba4efc 100644 --- a/pos_customer_tree_view_vat/static/description/index.html +++ b/pos_customer_tree_view_vat/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Pos Vat Tree

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f1815f45a93bfe7a31db707e902f9958ed36b5eb12a5c3af1a4cb5fb4c2c7b4e +!! source digest: sha256:2f8f6598815997b075316205da508792c6392c21a03ab7f69d1dbf1510a1e3e4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

This module extends the functionality of Point of Sale (point_of_sale) to display the partner vat on the customer tree/list view.

@@ -430,7 +431,9 @@

Other credits

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index a0c6c56c87..7266abf0f7 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240719.1 \ No newline at end of file +16.0.20240820.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 81a98e51eb..6d55c3d91e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ 'odoo-addon-pos_access_right>=16.0dev,<16.1dev', 'odoo-addon-pos_config_logo>=16.0dev,<16.1dev', 'odoo-addon-pos_customer_comment>=16.0dev,<16.1dev', + 'odoo-addon-pos_customer_tree_view_vat>=16.0dev,<16.1dev', 'odoo-addon-pos_daily_sales_reports_category_only>=16.0dev,<16.1dev', 'odoo-addon-pos_default_partner>=16.0dev,<16.1dev', 'odoo-addon-pos_discount_all>=16.0dev,<16.1dev',