1
- .. image :: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2
- :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
3
- :alt: License: AGPL-3
4
-
5
1
=====================================
6
2
Weights in the invoices analysis view
7
3
=====================================
8
4
9
- This module adds the measure "Weight" in the invoices analysis view. This is
10
- caught from 2 possible sources:
5
+ .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
+ !! This file is generated by oca-gen-addon-readme !!
7
+ !! changes will be overwritten. !!
8
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9
+
10
+ .. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
11
+ :target: https://odoo-community.org/page/development-status
12
+ :alt: Beta
13
+ .. |badge2 | image :: https://img.shields.io/badge/licence-AGPL--3-blue.png
14
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
15
+ :alt: License: AGPL-3
16
+ .. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github
17
+ :target: https://github.com/OCA/account-invoicing/tree/11.0/account_reporting_weight
18
+ :alt: OCA/account-invoicing
19
+ .. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20
+ :target: https://translation.odoo-community.org/projects/account-invoicing-11-0/account-invoicing-11-0-account_reporting_weight
21
+ :alt: Translate me on Weblate
22
+ .. |badge5 | image :: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23
+ :target: https://runbot.odoo-community.org/runbot/95/11.0
24
+ :alt: Try me on Runbot
25
+
26
+ |badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
27
+
28
+ This module adds the measure "Weight" in the invoices analysis view.
11
29
12
- * If the UoM of the product is one of the category "Weight", the value is taken
13
- from the ordered quantity.
14
- * If the UoM of the product is another, then the weight is taken from the
15
- weight field of the product multiply by the ordered quantity.
30
+ **Table of contents **
31
+
32
+ .. contents ::
33
+ :local:
34
+
35
+ Installation
36
+ ============
37
+
38
+ * `product_weight_through_uom ` is recommended in case you have products with
39
+ a UoM in the Weight category so the weight is correctly computed.
16
40
17
41
Configuration
18
42
=============
@@ -26,36 +50,45 @@ Usage
26
50
#. Go to *Invoicing > Reporting > Businness Intelligence > Invoices *.
27
51
#. Add the "Weight" measure from your "Measures" dropdown in your analysis.
28
52
29
- .. image :: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
30
- :alt: Try me on Runbot
31
- :target: https://runbot.odoo-community.org/runbot/94/9.0
53
+ Bug Tracker
54
+ ===========
32
55
33
- Known issues / Roadmap
34
- ======================
56
+ Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/issues >`_.
57
+ In case of trouble, please check there if your issue has already been reported.
58
+ If you spotted it first, help us smashing it by providing a detailed and welcomed
59
+ `feedback <https://github.com/OCA/account-invoicing/issues/new?body=module:%20account_reporting_weight%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
35
60
36
- * The weight quantity is expressed in the unit of measure of the product,
37
- so if you have several weight UoMs across your products, the global sum won't
38
- make sense.
61
+ Do not contact contributors directly about support or help with technical issues.
39
62
40
63
Credits
41
64
=======
42
65
66
+ Authors
67
+ ~~~~~~~
68
+
69
+ * Tecnativa
70
+
43
71
Contributors
44
- ------------
72
+ ~~~~~~~~~~~~
73
+
74
+ * `Tecnativa <https://www.tecnativa.com >`_:
45
75
46
- * Pedro M. Baeza <pedro.baeza@tecnativa.com>
76
+ * Pedro M. Baeza <pedro.baeza@tecnativa.com>
77
+ * David Vidal <david.vidal@tecnativa.com>
47
78
48
- Maintainer
49
- ----------
79
+ Maintainers
80
+ ~~~~~~~~~~~
81
+
82
+ This module is maintained by the OCA.
50
83
51
84
.. image :: https://odoo-community.org/logo.png
52
85
:alt: Odoo Community Association
53
86
:target: https://odoo-community.org
54
87
55
- This module is maintained by the OCA.
56
-
57
88
OCA, or the Odoo Community Association, is a nonprofit organization whose
58
89
mission is to support the collaborative development of Odoo features and
59
90
promote its widespread use.
60
91
61
- To contribute to this module, please visit https://odoo-community.org.
92
+ This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/11.0/account_reporting_weight >`_ project on GitHub.
93
+
94
+ You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments