odoo14-addon-l10n-br-purchase 14.0.3.7.0__py3-none-any.whl → 14.0.3.8.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Brazilian Localization Purchase
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:e46ae6908b78c7e73352162b98a36ea95070ecf5d1836355eae66ef876251cb3
10
+ !! source digest: sha256:ba4625eccd1ac4acf8670cb96b94d86ebced8990df33523d8094bb6c39637706
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -8,7 +8,7 @@
8
8
  "author": "Akretion, Odoo Community Association (OCA)",
9
9
  "maintainers": ["renatonlima", "rvalyi"],
10
10
  "website": "https://github.com/OCA/l10n-brazil",
11
- "version": "14.0.3.7.0",
11
+ "version": "14.0.3.8.0",
12
12
  "depends": ["purchase", "l10n_br_account"],
13
13
  "data": [
14
14
  # Security
@@ -366,7 +366,7 @@ ul.auto-toc {
366
366
  !! This file is generated by oca-gen-addon-readme !!
367
367
  !! changes will be overwritten. !!
368
368
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:e46ae6908b78c7e73352162b98a36ea95070ecf5d1836355eae66ef876251cb3
369
+ !! source digest: sha256:ba4625eccd1ac4acf8670cb96b94d86ebced8990df33523d8094bb6c39637706
370
370
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
371
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-brazil/tree/14.0/l10n_br_purchase"><img alt="OCA/l10n-brazil" src="https://img.shields.io/badge/github-OCA%2Fl10n--brazil-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-brazil-14-0/l10n-brazil-14-0-l10n_br_purchase"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-brazil&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
372
  <p>Este módulo integra a parte fiscal do módulo <tt class="docutils literal">l10n_br_fiscal</tt> com o módulo de compra purchase do Odoo. O módulo permite o cálculo dos impostos brasileiros já no pedido de compra e propaga a operação fiscal até a nota fiscal de compra, deixando ela com a tributação mais correta possível para seu financeiro (sendo que vocẽ poderia também&nbsp;importar o XML da nota depois).</p>
@@ -131,56 +131,41 @@
131
131
  >{'invisible': ['|', ('parent.fiscal_operation_id', '!=', False), ('display_type', '!=', False)]}</attribute>
132
132
  </xpath>
133
133
  <xpath
134
- expr="//field[@name='order_line']/form/field[@name='name']"
135
- position="after"
134
+ expr="//field[@name='order_line']/form/group/group[3]"
135
+ position="before"
136
136
  >
137
+ <group colspan="12">
137
138
  <notebook
138
- attrs="{'invisible': ['|', ('parent.fiscal_operation_id', '=', False), ('display_type', '!=', False)]}"
139
- >
140
- <page
141
- name="fiscal_taxes"
142
- string="Taxes"
143
- attrs="{'invisible': [('parent.fiscal_operation_id', '=', False)]}"
144
- />
145
- <page
146
- name="fiscal_line_extra_info"
147
- string="Extra Info"
148
- attrs="{'invisible': [('parent.fiscal_operation_id', '=', False)]}"
149
- />
150
- <page
151
- name="others"
152
- string="Outros Custos"
153
- attrs="{'invisible': [('parent.fiscal_operation_id', '=', False)]}"
139
+ attrs="{'invisible': ['|', ('parent.fiscal_operation_id', '=', False), ('display_type', '!=', False)]}"
154
140
  >
141
+ <page name="fiscal_taxes" string="Taxes" />
142
+ <page name="fiscal_line_extra_info" string="Extra Info" />
143
+ <page name="others" string="Outros Custos">
155
144
  <group>
156
145
  <field name="delivery_costs" invisible="1" />
157
146
  <field
158
- name="freight_value"
159
- attrs="{'readonly': [('delivery_costs', '=', 'total')]}"
160
- />
147
+ name="freight_value"
148
+ attrs="{'readonly': [('delivery_costs', '=', 'total')]}"
149
+ />
161
150
  <field
162
- name="insurance_value"
163
- attrs="{'readonly': [('delivery_costs', '=', 'total')]}"
164
- />
151
+ name="insurance_value"
152
+ attrs="{'readonly': [('delivery_costs', '=', 'total')]}"
153
+ />
165
154
  <field
166
- name="other_value"
167
- attrs="{'readonly': [('delivery_costs', '=', 'total')]}"
168
- />
155
+ name="other_value"
156
+ attrs="{'readonly': [('delivery_costs', '=', 'total')]}"
157
+ />
169
158
  </group>
170
159
  </page>
171
- <page
172
- name="accounting"
173
- string="Accounting"
174
- attrs="{'invisible': [('parent.fiscal_operation_id', '=', False)]}"
175
- >
160
+ <page name="accounting" string="Accounting">
176
161
  <group>
177
162
  <field
178
- name="taxes_id"
179
- widget="many2many_tags"
180
- options="{'no_create': True}"
181
- context="{'search_view_ref': 'account.account_tax_view_search'}"
182
- domain="[('type_tax_use','=','purchase'),('company_id','=',parent.company_id)]"
183
- />
163
+ name="taxes_id"
164
+ widget="many2many_tags"
165
+ options="{'no_create': True}"
166
+ context="{'search_view_ref': 'account.account_tax_view_search'}"
167
+ domain="[('type_tax_use','=','purchase'),('company_id','=',parent.company_id)]"
168
+ />
184
169
  </group>
185
170
  </page>
186
171
  <!-- necessario incluir porque o attrs não funciona na tag Page apenas na Notebook-->
@@ -188,12 +173,13 @@
188
173
  <field name="name" />
189
174
  </page>
190
175
  <page
191
- string="Invoices and Incoming Shipments"
192
- name="invoices_incoming_shiptments"
193
- >
176
+ string="Invoices and Incoming Shipments"
177
+ name="invoices_incoming_shiptments"
178
+ >
194
179
  <field name="invoice_lines" />
195
180
  </page>
196
- </notebook>
181
+ </notebook>
182
+ </group>
197
183
  </xpath>
198
184
  <xpath expr="//field[@name='amount_untaxed']" position="after">
199
185
  <field name="delivery_costs" invisible="1" />
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo14-addon-l10n-br-purchase
3
- Version: 14.0.3.7.0
3
+ Version: 14.0.3.8.0
4
4
  Summary: Brazilian Localization Purchase
5
5
  Home-page: https://github.com/OCA/l10n-brazil
6
6
  Author: Akretion, Odoo Community Association (OCA)
@@ -24,7 +24,7 @@ Brazilian Localization Purchase
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:e46ae6908b78c7e73352162b98a36ea95070ecf5d1836355eae66ef876251cb3
27
+ !! source digest: sha256:ba4625eccd1ac4acf8670cb96b94d86ebced8990df33523d8094bb6c39637706
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,6 +1,6 @@
1
- odoo/addons/l10n_br_purchase/README.rst,sha256=aT-BAxpj6hy7x6LvZFhquJEYGAi9kXvGAcjjQEwAqM8,4661
1
+ odoo/addons/l10n_br_purchase/README.rst,sha256=fxTLH7RGzXPkcPpFAP9FcAuAfrDmuqs3m3BzSMyIHgA,4661
2
2
  odoo/addons/l10n_br_purchase/__init__.py,sha256=otut1R_8C8Cn2BBP2RL7BuAOxh5lmp_IS7y3RRVaB9Q,189
3
- odoo/addons/l10n_br_purchase/__manifest__.py,sha256=TyI_BDyhPQqoG94jB1bW9MrvMYnSX7no8GFcw8RAZCk,983
3
+ odoo/addons/l10n_br_purchase/__manifest__.py,sha256=kGdGgjm6fGO3qVsuF3TlPNVegw0jeJwIVVBRhg4qYFA,983
4
4
  odoo/addons/l10n_br_purchase/hooks.py,sha256=3GN_Du26GiftKrN2hpHc9qLuaVieZiJ43KBgH4w-52I,2276
5
5
  odoo/addons/l10n_br_purchase/data/company.xml,sha256=VWD3A_MPASRZJDTRmXtEFQhg0_pZvGeSvhMdH4OCDz8,251
6
6
  odoo/addons/l10n_br_purchase/demo/company.xml,sha256=vsl1dse3q_o-T6BOF9xH8PhdAWsRosTvsNg_gPQuyoM,435
@@ -29,13 +29,13 @@ odoo/addons/l10n_br_purchase/reports/purchase_report.py,sha256=N-5DRxHXN7Un83G9-
29
29
  odoo/addons/l10n_br_purchase/reports/purchase_report_views.xml,sha256=ZgGZJWRHhKPR4MoGuhnXf1Abtay3QCV-kQygUZjKAjs,1988
30
30
  odoo/addons/l10n_br_purchase/security/ir.model.access.csv,sha256=bQTfw--GEMiRE1M1ix-VIydrBHN8Oz5XTJBezsJP57w,822
31
31
  odoo/addons/l10n_br_purchase/static/description/icon.png,sha256=b1uvDtIAslueuduSrxm6miLy_X1RYXmIayt7E1j8t6I,18092
32
- odoo/addons/l10n_br_purchase/static/description/index.html,sha256=w8QfAgTkmm-XZ246EzZTZjSEoR41l-Alg5eAWnzetzI,15973
32
+ odoo/addons/l10n_br_purchase/static/description/index.html,sha256=K1SxX966Pq5ewVE4DbgrL_QR8swRR5TUUuY6UcR2C88,15973
33
33
  odoo/addons/l10n_br_purchase/tests/__init__.py,sha256=b6lLV1OD86vong8P8jX13fhE0J1vF3uq95qVf6HdT28,145
34
34
  odoo/addons/l10n_br_purchase/tests/test_l10n_br_purchase.py,sha256=NIRr2hchbj8ATM54_00lG8f7TwZ-Sc8P1RjVWFvsXZ8,23558
35
35
  odoo/addons/l10n_br_purchase/tests/test_l10n_br_purchase_sn.py,sha256=t4x-A1BHrRmlNIBkPzx6HAmXoPYU0GxC8qjQJ1BzadA,426
36
- odoo/addons/l10n_br_purchase/views/purchase_view.xml,sha256=zw92AdwO82HmeGFp5nG40Ip6kuely-eymvJyHeSm9Tc,12644
36
+ odoo/addons/l10n_br_purchase/views/purchase_view.xml,sha256=9kuuSF8On7_x7ywPDKvoBZlqH_I3VFWjliSTkm_8wPk,12138
37
37
  odoo/addons/l10n_br_purchase/views/res_company_view.xml,sha256=3wDcVAq5jfYVyEYR8HK2CqTmiKCfcTnaS7ynMINA2NM,789
38
- odoo14_addon_l10n_br_purchase-14.0.3.7.0.dist-info/METADATA,sha256=NOdeca794Jtk7n32RQA4vBNQvAtBYh1xiugrFX1_w0g,5246
39
- odoo14_addon_l10n_br_purchase-14.0.3.7.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
40
- odoo14_addon_l10n_br_purchase-14.0.3.7.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
41
- odoo14_addon_l10n_br_purchase-14.0.3.7.0.dist-info/RECORD,,
38
+ odoo14_addon_l10n_br_purchase-14.0.3.8.0.dist-info/METADATA,sha256=-OxEjQCvHo3rM9jB1v0CMe0HqZeO0t7LNtKLYPZmi9U,5246
39
+ odoo14_addon_l10n_br_purchase-14.0.3.8.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
40
+ odoo14_addon_l10n_br_purchase-14.0.3.8.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
41
+ odoo14_addon_l10n_br_purchase-14.0.3.8.0.dist-info/RECORD,,