Skip to content

Commit e9021af

Browse files
Automatic push of OCA README
1 parent 7acbb44 commit e9021af

File tree

1,585 files changed

+151439
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,585 files changed

+151439
-0
lines changed

oca-accounting.rst

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. FILE AUTOMATICALLY GENERATED. DO NOT EDIT
2+
3+
===========
4+
Contabilità
5+
===========
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
oca-accounting/bank-payment
11+
oca-accounting/l10n-italy
12+
oca-accounting/currency
13+
oca-accounting/account-invoicing
14+
oca-accounting/account-payment
15+
oca-accounting/contract
16+
oca-accounting/account-invoice-reporting
17+
oca-accounting/account-fiscal-rule
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. FILE AUTOMATICALLY GENERATED. DO NOT EDIT
2+
:banner: banners/account-fiscal-rule.jpg
3+
4+
==============
5+
Regole fiscali
6+
==============
7+
8+
9+
10+
.. toctree::
11+
:titlesonly:
12+
13+
account-fiscal-rule/moduli
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. FILE AUTOMATICALLY GENERATED. DO NOT EDIT
2+
======
3+
Moduli
4+
======
5+
6+
.. toctree::
7+
:titlesonly:
8+
9+
moduli/account_fiscal_position_usage_group
10+
moduli/account_product_fiscal_classification
11+
moduli/account_fiscal_position_partner_type
12+
moduli/l10n_eu_oss
13+
moduli/account_fiscal_position_type
14+
moduli/account_product_fiscal_classification_test
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
====================================
2+
Account Fiscal Position Partner Type
3+
====================================
4+
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-Production%2FStable-green.png
11+
:target: https://odoo-community.org/page/development-status
12+
:alt: Production/Stable
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--fiscal--rule-lightgray.png?logo=github
17+
:target: https://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_partner_type
18+
:alt: OCA/account-fiscal-rule
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/account-fiscal-rule-12-0/account-fiscal-rule-12-0-account_fiscal_position_partner_type
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/93/12.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
27+
28+
This module adds the concept of type applied to fiscal positions and partners. The idea is to categorize them for not applying fiscal positions that doesn't belong to the same type.
29+
30+
**Table of contents**
31+
32+
.. contents::
33+
:local:
34+
35+
Configuration
36+
=============
37+
38+
User can configure the default value according to the system company going to:
39+
40+
* Settings/Users & Companies/Companies.
41+
* Changing the value of the "Default Partner Fiscal Position Type" field.
42+
43+
Usage
44+
=====
45+
46+
Create a new partner and define the "Fiscal Position Type" field.
47+
48+
Create a new Fiscal Position, with the following configuration:
49+
50+
* 'Detect Automatically' -> checked.
51+
* 'Fiscal Position Type'
52+
53+
Create a new Sale/Invoice and select the partner. Remember that the system recalculates the fiscal position according to the shipping address.
54+
55+
Bug Tracker
56+
===========
57+
58+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-fiscal-rule/issues>`_.
59+
In case of trouble, please check there if your issue has already been reported.
60+
If you spotted it first, help us smashing it by providing a detailed and welcomed
61+
`feedback <https://github.com/OCA/account-fiscal-rule/issues/new?body=module:%20account_fiscal_position_partner_type%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
62+
63+
Do not contact contributors directly about support or help with technical issues.
64+
65+
Credits
66+
=======
67+
68+
Authors
69+
~~~~~~~
70+
71+
* Sygel Technology
72+
73+
Contributors
74+
~~~~~~~~~~~~
75+
76+
* `Sygel <https://www.sygel.es>`_:
77+
78+
* Harald Panten
79+
* Valentin Vinagre
80+
81+
* `Tecnativa <https://www.tecnativa.com>`_:
82+
83+
* Pedro M. Baeza
84+
85+
Maintainers
86+
~~~~~~~~~~~
87+
88+
This module is maintained by the OCA.
89+
90+
.. image:: https://odoo-community.org/logo.png
91+
:alt: Odoo Community Association
92+
:target: https://odoo-community.org
93+
94+
OCA, or the Odoo Community Association, is a nonprofit organization whose
95+
mission is to support the collaborative development of Odoo features and
96+
promote its widespread use.
97+
98+
This module is part of the `OCA/account-fiscal-rule <https://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_partner_type>`_ project on GitHub.
99+
100+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
==============================
2+
Account Fiscal Position - Type
3+
==============================
4+
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--fiscal--rule-lightgray.png?logo=github
17+
:target: https://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_type
18+
:alt: OCA/account-fiscal-rule
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/account-fiscal-rule-12-0/account-fiscal-rule-12-0-account_fiscal_position_type
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/93/12.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
27+
28+
This module extends the functionality of account to add a use type on
29+
fiscal position. (``sale``, ``purchase`` or ``all``) to restrict the
30+
usage of fiscal position for out or in invoices.
31+
32+
* If a fiscal position is configured for sale, it will not be possible to use
33+
it in a purchase invoice.
34+
35+
* If a fiscal position is configured for sale, it will not be possible to
36+
set it to a partner flagged only as 'supplier'
37+
38+
**Table of contents**
39+
40+
.. contents::
41+
:local:
42+
43+
Configuration
44+
=============
45+
46+
To configure this module, you need to:
47+
48+
* Go to Invoicing / Configuration / Taxes / Fiscal Positions
49+
50+
* On a fiscal position, set the correct settings.
51+
52+
.. figure:: https://raw.githubusercontent.com/OCA/account-fiscal-rule/12.0/account_fiscal_position_type/static/description/fiscal_position_form.png
53+
54+
55+
Note:
56+
57+
It is possible to set the value on the fiscal position templates. In that
58+
case, installing a new chart of account will configure correctly the fiscal
59+
positions.
60+
61+
Bug Tracker
62+
===========
63+
64+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-fiscal-rule/issues>`_.
65+
In case of trouble, please check there if your issue has already been reported.
66+
If you spotted it first, help us smashing it by providing a detailed and welcomed
67+
`feedback <https://github.com/OCA/account-fiscal-rule/issues/new?body=module:%20account_fiscal_position_type%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
68+
69+
Do not contact contributors directly about support or help with technical issues.
70+
71+
Credits
72+
=======
73+
74+
Authors
75+
~~~~~~~
76+
77+
* GRAP
78+
79+
Maintainers
80+
~~~~~~~~~~~
81+
82+
This module is maintained by the OCA.
83+
84+
.. image:: https://odoo-community.org/logo.png
85+
:alt: Odoo Community Association
86+
:target: https://odoo-community.org
87+
88+
OCA, or the Odoo Community Association, is a nonprofit organization whose
89+
mission is to support the collaborative development of Odoo features and
90+
promote its widespread use.
91+
92+
This module is part of the `OCA/account-fiscal-rule <https://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_type>`_ project on GitHub.
93+
94+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
=====================================
2+
Account Fiscal Position - Usage Group
3+
=====================================
4+
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--fiscal--rule-lightgray.png?logo=github
17+
:target: https://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_usage_group
18+
:alt: OCA/account-fiscal-rule
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/account-fiscal-rule-12-0/account-fiscal-rule-12-0-account_fiscal_position_usage_group
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/93/12.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
27+
28+
This module extends the Odoo Accounting module, to add the possibility to
29+
restrict usage of some fiscal positions to members of defined groups.
30+
31+
Once set, a user will have a blocking message, if he does'nt belong to the
32+
correct group, when he creates or updates partners and invoices.
33+
34+
.. image:: https://raw.githubusercontent.com/OCA/account-fiscal-rule/12.0/account_fiscal_position_usage_group/static/description/warning_access_limited.png
35+
36+
**Table of contents**
37+
38+
.. contents::
39+
:local:
40+
41+
Configuration
42+
=============
43+
44+
* To to "Invoicing" / "Configuration" / "Fiscal Positions"
45+
46+
* Edit or create a new fiscal position and set groups whose members can
47+
use it.
48+
49+
.. image:: https://raw.githubusercontent.com/OCA/account-fiscal-rule/12.0/account_fiscal_position_usage_group/static/description/fiscal_position_form.png
50+
51+
Bug Tracker
52+
===========
53+
54+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-fiscal-rule/issues>`_.
55+
In case of trouble, please check there if your issue has already been reported.
56+
If you spotted it first, help us smashing it by providing a detailed and welcomed
57+
`feedback <https://github.com/OCA/account-fiscal-rule/issues/new?body=module:%20account_fiscal_position_usage_group%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
58+
59+
Do not contact contributors directly about support or help with technical issues.
60+
61+
Credits
62+
=======
63+
64+
Authors
65+
~~~~~~~
66+
67+
* GRAP
68+
69+
Contributors
70+
~~~~~~~~~~~~
71+
72+
* Sylvain LE GAL (https://twitter.com/legalsylvain);
73+
74+
Maintainers
75+
~~~~~~~~~~~
76+
77+
This module is maintained by the OCA.
78+
79+
.. image:: https://odoo-community.org/logo.png
80+
:alt: Odoo Community Association
81+
:target: https://odoo-community.org
82+
83+
OCA, or the Odoo Community Association, is a nonprofit organization whose
84+
mission is to support the collaborative development of Odoo features and
85+
promote its widespread use.
86+
87+
.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px
88+
:target: https://github.com/legalsylvain
89+
:alt: legalsylvain
90+
91+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
92+
93+
|maintainer-legalsylvain|
94+
95+
This module is part of the `OCA/account-fiscal-rule <https://github.com/OCA/account-fiscal-rule/tree/12.0/account_fiscal_position_usage_group>`_ project on GitHub.
96+
97+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

0 commit comments

Comments
 (0)