Skip to content

Commit 11c3a49

Browse files
committed
Merge PR #3820 into 16.0
Signed-off-by rafaelbn
2 parents 74e209f + eca8ba3 commit 11c3a49

File tree

8 files changed

+1220
-4
lines changed

8 files changed

+1220
-4
lines changed

.copier-answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Do NOT update manually; changes here will be overwritten by Copier
2-
_commit: v1.30
2+
_commit: v1.33
33
_src_path: gh:oca/oca-addons-repo-template
44
ci: GitHub
55
convert_readme_fragments_to_markdown: false
@@ -20,6 +20,7 @@ rebel_module_groups:
2020
- sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration
2121
- sale_order_general_discount_triple,sale_pricelist_triple_discount,sale_triple_discount
2222
- sale_fixed_discount
23+
- sale_order_safe_commitment_date
2324
repo_description: 'TODO: add repo description.'
2425
repo_name: sale-workflow
2526
repo_slug: sale-workflow

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,17 @@ jobs:
5757
name: test with OCB
5858
makepot: "true"
5959
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
60-
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration,sale_order_general_discount_triple,sale_pricelist_triple_discount,sale_triple_discount,sale_fixed_discount"
60+
include: "sale_order_safe_commitment_date"
6161
name: test with Odoo
6262
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
63-
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration,sale_order_general_discount_triple,sale_pricelist_triple_discount,sale_triple_discount,sale_fixed_discount"
63+
include: "sale_order_safe_commitment_date"
64+
name: test with OCB
65+
makepot: "true"
66+
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
67+
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration,sale_order_general_discount_triple,sale_pricelist_triple_discount,sale_triple_discount,sale_fixed_discount,sale_order_safe_commitment_date"
68+
name: test with Odoo
69+
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
70+
exclude: "sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration,sale_order_general_discount_triple,sale_pricelist_triple_discount,sale_triple_discount,sale_fixed_discount,sale_order_safe_commitment_date"
6471
name: test with OCB
6572
makepot: "true"
6673
services:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
language: fail
4040
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
4141
- repo: https://github.com/oca/maintainer-tools
42-
rev: d5fab7ee87fceee858a3d01048c78a548974d935
42+
rev: f9b919b9868143135a9c9cb03021089cabba8223
4343
hooks:
4444
# update the NOT INSTALLABLE ADDONS section above
4545
- id: oca-update-pre-commit-excluded-addons
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
================================
6+
Sale order line hidden in report
7+
================================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:a03ee690d8ef56078c0373a096d2e5494611e4ea80869c08c66dae8d266c24ca
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Alpha
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
22+
:alt: License: LGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
24+
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_no_print
25+
:alt: OCA/sale-workflow
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_no_print
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=16.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module allows to hide some order lines from the reports and portal
36+
views that the final customer has access to.
37+
38+
.. IMPORTANT::
39+
This is an alpha version, the data model and design can change at any time without warning.
40+
Only for development or testing purpose, do not use in production.
41+
`More details on development status <https://odoo-community.org/page/development-status>`_
42+
43+
**Table of contents**
44+
45+
.. contents::
46+
:local:
47+
48+
Use Cases / Context
49+
===================
50+
51+
In some ocassions the salesman wants to hide some info that's no
52+
relevant for the customer but that it's needed for other documents
53+
(delivery info, pack items, etc.) as they don't want to disclose some
54+
strategic data to the competence.
55+
56+
Usage
57+
=====
58+
59+
To hide sale lines from the report:
60+
61+
- Go to a sales order/quotation/invoice.
62+
- In the lines, click on the column selector to reveal the *Display in
63+
report* column.
64+
- Toggle it on or off depending on your will.
65+
- Go to the portal view: you won't see those hidden lines.
66+
67+
Bug Tracker
68+
===========
69+
70+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
71+
In case of trouble, please check there if your issue has already been reported.
72+
If you spotted it first, help us to smash it by providing a detailed and welcomed
73+
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_line_no_print%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
74+
75+
Do not contact contributors directly about support or help with technical issues.
76+
77+
Credits
78+
=======
79+
80+
Authors
81+
-------
82+
83+
* Moduon
84+
85+
Contributors
86+
------------
87+
88+
- David Vidal (`Moduon <https://www.moduon.team/>`__)
89+
- Jairo Llopis (`Moduon <https://www.moduon.team/>`__)
90+
91+
Maintainers
92+
-----------
93+
94+
This module is maintained by the OCA.
95+
96+
.. image:: https://odoo-community.org/logo.png
97+
:alt: Odoo Community Association
98+
:target: https://odoo-community.org
99+
100+
OCA, or the Odoo Community Association, is a nonprofit organization whose
101+
mission is to support the collaborative development of Odoo features and
102+
promote its widespread use.
103+
104+
.. |maintainer-chienandalu| image:: https://github.com/chienandalu.png?size=40px
105+
:target: https://github.com/chienandalu
106+
:alt: chienandalu
107+
.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px
108+
:target: https://github.com/rafaelbn
109+
:alt: rafaelbn
110+
111+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
112+
113+
|maintainer-chienandalu| |maintainer-rafaelbn|
114+
115+
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_no_print>`_ project on GitHub.
116+
117+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

0 commit comments

Comments
 (0)