|
8 | 8 | <field name="description">IVA23</field>
|
9 | 9 | <field name="amount">23</field>
|
10 | 10 | <field name="amount_type">percent</field>
|
| 11 | + <field name="type_tax_use">sale</field> |
11 | 12 | <field name="tax_group_id" ref="tax_group_iva_23"/>
|
12 | 13 | <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
13 | 14 | (0,0, {
|
14 | 15 | 'factor_percent': 100,
|
15 | 16 | 'repartition_type': 'base',
|
| 17 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_faturas_normal')], |
16 | 18 | }),
|
17 | 19 |
|
18 | 20 | (0,0, {
|
19 | 21 | 'factor_percent': 100,
|
20 | 22 | 'repartition_type': 'tax',
|
| 23 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_faturas_normal')], |
21 | 24 | }),
|
22 | 25 | ]"/>
|
23 | 26 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
24 | 27 | (0,0, {
|
25 | 28 | 'factor_percent': 100,
|
26 | 29 | 'repartition_type': 'base',
|
| 30 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_notas_credito_normal')], |
27 | 31 | }),
|
28 | 32 |
|
29 | 33 | (0,0, {
|
30 | 34 | 'factor_percent': 100,
|
31 | 35 | 'repartition_type': 'tax',
|
| 36 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_notas_credito_normal')], |
32 | 37 | }),
|
33 | 38 | ]"/>
|
34 | 39 | </record>
|
|
39 | 44 | <field name="description">IVA13</field>
|
40 | 45 | <field name="amount">13</field>
|
41 | 46 | <field name="amount_type">percent</field>
|
| 47 | + <field name="type_tax_use">sale</field> |
42 | 48 | <field name="tax_group_id" ref="tax_group_iva_13"/>
|
43 | 49 | <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
44 | 50 | (0,0, {
|
45 | 51 | 'factor_percent': 100,
|
46 | 52 | 'repartition_type': 'base',
|
| 53 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_faturas_intermedia')], |
47 | 54 | }),
|
48 | 55 |
|
49 | 56 | (0,0, {
|
50 | 57 | 'factor_percent': 100,
|
51 | 58 | 'repartition_type': 'tax',
|
| 59 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_faturas_intermedia')], |
52 | 60 | }),
|
53 | 61 | ]"/>
|
54 | 62 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
55 | 63 | (0,0, {
|
56 | 64 | 'factor_percent': 100,
|
57 | 65 | 'repartition_type': 'base',
|
| 66 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_notas_credito_intermedia')], |
58 | 67 | }),
|
59 | 68 |
|
60 | 69 | (0,0, {
|
61 | 70 | 'factor_percent': 100,
|
62 | 71 | 'repartition_type': 'tax',
|
| 72 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_notas_credito_intermedia')], |
63 | 73 | }),
|
64 | 74 | ]"/>
|
65 | 75 | </record>
|
|
70 | 80 | <field name="description">IVA6</field>
|
71 | 81 | <field name="amount">6</field>
|
72 | 82 | <field name="amount_type">percent</field>
|
| 83 | + <field name="type_tax_use">sale</field> |
73 | 84 | <field name="tax_group_id" ref="tax_group_iva_6"/>
|
74 | 85 | <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
75 | 86 | (0,0, {
|
76 | 87 | 'factor_percent': 100,
|
77 | 88 | 'repartition_type': 'base',
|
| 89 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_faturas_reduzida')], |
78 | 90 | }),
|
79 | 91 |
|
80 | 92 | (0,0, {
|
81 | 93 | 'factor_percent': 100,
|
82 | 94 | 'repartition_type': 'tax',
|
| 95 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_faturas_reduzida')], |
83 | 96 | }),
|
84 | 97 | ]"/>
|
85 | 98 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
86 | 99 | (0,0, {
|
87 | 100 | 'factor_percent': 100,
|
88 | 101 | 'repartition_type': 'base',
|
| 102 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_notas_credito_reduzida')], |
89 | 103 | }),
|
90 | 104 |
|
91 | 105 | (0,0, {
|
92 | 106 | 'factor_percent': 100,
|
93 | 107 | 'repartition_type': 'tax',
|
| 108 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_notas_credito_reduzida')], |
94 | 109 | }),
|
95 | 110 | ]"/>
|
96 | 111 | </record>
|
|
101 | 116 | <field name="description">IVA0</field>
|
102 | 117 | <field name="amount">0</field>
|
103 | 118 | <field name="amount_type">percent</field>
|
| 119 | + <field name="type_tax_use">sale</field> |
104 | 120 | <field name="tax_group_id" ref="tax_group_iva_0"/>
|
105 | 121 | <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
|
106 | 122 | (0,0, {
|
107 | 123 | 'factor_percent': 100,
|
108 | 124 | 'repartition_type': 'base',
|
| 125 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_faturas_isento')], |
109 | 126 | }),
|
110 | 127 |
|
111 | 128 | (0,0, {
|
112 | 129 | 'factor_percent': 100,
|
113 | 130 | 'repartition_type': 'tax',
|
| 131 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_faturas_isento')], |
114 | 132 | }),
|
115 | 133 | ]"/>
|
116 | 134 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
117 | 135 | (0,0, {
|
118 | 136 | 'factor_percent': 100,
|
119 | 137 | 'repartition_type': 'base',
|
| 138 | + 'plus_report_line_ids': [ref('tax_report_pt_base_vendas_notas_credito_isento')], |
120 | 139 | }),
|
121 | 140 |
|
122 | 141 | (0,0, {
|
123 | 142 | 'factor_percent': 100,
|
124 | 143 | 'repartition_type': 'tax',
|
| 144 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_vendas_notas_credito_isento')], |
125 | 145 | }),
|
126 | 146 | ]"/>
|
127 | 147 | </record>
|
|
138 | 158 | (0,0, {
|
139 | 159 | 'factor_percent': 100,
|
140 | 160 | 'repartition_type': 'base',
|
| 161 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_faturas_normal')], |
141 | 162 | }),
|
142 | 163 |
|
143 | 164 | (0,0, {
|
144 | 165 | 'factor_percent': 100,
|
145 | 166 | 'repartition_type': 'tax',
|
| 167 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_faturas_normal')], |
146 | 168 | }),
|
147 | 169 | ]"/>
|
148 | 170 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
149 | 171 | (0,0, {
|
150 | 172 | 'factor_percent': 100,
|
151 | 173 | 'repartition_type': 'base',
|
| 174 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_notas_credito_normal')], |
152 | 175 | }),
|
153 | 176 |
|
154 | 177 | (0,0, {
|
155 | 178 | 'factor_percent': 100,
|
156 | 179 | 'repartition_type': 'tax',
|
| 180 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_notas_credito_normal')], |
157 | 181 | }),
|
158 | 182 | ]"/>
|
159 | 183 | </record>
|
|
170 | 194 | (0,0, {
|
171 | 195 | 'factor_percent': 100,
|
172 | 196 | 'repartition_type': 'base',
|
| 197 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_faturas_intermedia')], |
173 | 198 | }),
|
174 | 199 |
|
175 | 200 | (0,0, {
|
176 | 201 | 'factor_percent': 100,
|
177 | 202 | 'repartition_type': 'tax',
|
| 203 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_faturas_intermedia')], |
178 | 204 | }),
|
179 | 205 | ]"/>
|
180 | 206 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
181 | 207 | (0,0, {
|
182 | 208 | 'factor_percent': 100,
|
183 | 209 | 'repartition_type': 'base',
|
| 210 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_notas_credito_intermedia')], |
184 | 211 | }),
|
185 | 212 |
|
186 | 213 | (0,0, {
|
187 | 214 | 'factor_percent': 100,
|
188 | 215 | 'repartition_type': 'tax',
|
| 216 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_notas_credito_intermedia')], |
189 | 217 | }),
|
190 | 218 | ]"/>
|
191 | 219 | </record>
|
|
202 | 230 | (0,0, {
|
203 | 231 | 'factor_percent': 100,
|
204 | 232 | 'repartition_type': 'base',
|
| 233 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_faturas_reduzida')], |
205 | 234 | }),
|
206 | 235 |
|
207 | 236 | (0,0, {
|
208 | 237 | 'factor_percent': 100,
|
209 | 238 | 'repartition_type': 'tax',
|
| 239 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_faturas_reduzida')], |
210 | 240 | }),
|
211 | 241 | ]"/>
|
212 | 242 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
213 | 243 | (0,0, {
|
214 | 244 | 'factor_percent': 100,
|
215 | 245 | 'repartition_type': 'base',
|
| 246 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_notas_credito_reduzida')], |
216 | 247 | }),
|
217 | 248 |
|
218 | 249 | (0,0, {
|
219 | 250 | 'factor_percent': 100,
|
220 | 251 | 'repartition_type': 'tax',
|
| 252 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_notas_credito_reduzida')], |
221 | 253 | }),
|
222 | 254 | ]"/>
|
223 | 255 | </record>
|
|
234 | 266 | (0,0, {
|
235 | 267 | 'factor_percent': 100,
|
236 | 268 | 'repartition_type': 'base',
|
| 269 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_faturas_isento')], |
237 | 270 | }),
|
238 | 271 |
|
239 | 272 | (0,0, {
|
240 | 273 | 'factor_percent': 100,
|
241 | 274 | 'repartition_type': 'tax',
|
| 275 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_faturas_isento')], |
242 | 276 | }),
|
243 | 277 | ]"/>
|
244 | 278 | <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
|
245 | 279 | (0,0, {
|
246 | 280 | 'factor_percent': 100,
|
247 | 281 | 'repartition_type': 'base',
|
| 282 | + 'plus_report_line_ids': [ref('tax_report_pt_base_despesas_notas_credito_isento')], |
248 | 283 | }),
|
249 | 284 |
|
250 | 285 | (0,0, {
|
251 | 286 | 'factor_percent': 100,
|
252 | 287 | 'repartition_type': 'tax',
|
| 288 | + 'plus_report_line_ids': [ref('tax_report_pt_tax_despesas_notas_credito_isento')], |
253 | 289 | }),
|
254 | 290 | ]"/>
|
255 | 291 | </record>
|
|
0 commit comments