account_tax_template_data.xml 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- Sales -->
  4. <record id="l10n_bg_sale_vat_20" model="account.tax.template">
  5. <field name="sequence">101</field>
  6. <field name="name">20% VAT</field>
  7. <field name="description">20% VAT</field>
  8. <field name="price_include" eval="0"/>
  9. <field name="amount">20</field>
  10. <field name="amount_type">percent</field>
  11. <field name="type_tax_use">sale</field>
  12. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  13. <field name="tax_group_id" ref="tax_group_vat_20"/>
  14. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  15. (0,0, {
  16. 'factor_percent': 100,
  17. 'repartition_type': 'base',
  18. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_11_tag')],
  19. }),
  20. (0,0, {
  21. 'factor_percent': 100,
  22. 'repartition_type': 'tax',
  23. 'account_id': ref('l10n_bg_4532'),
  24. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_21_tag')] }),
  25. ]"/>
  26. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  27. (0,0, {
  28. 'factor_percent': 100,
  29. 'repartition_type': 'base',
  30. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_11_tag')],
  31. }),
  32. (0,0, {
  33. 'factor_percent': 100,
  34. 'repartition_type': 'tax',
  35. 'account_id': ref('l10n_bg_4532'),
  36. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_21_tag')] }),
  37. ]"/>
  38. </record>
  39. <record id="l10n_bg_sale_vat_20_remote" model="account.tax.template">
  40. <field name="sequence">102</field>
  41. <field name="name">20% Remote</field>
  42. <field name="description">20% Remote</field>
  43. <field name="price_include" eval="0"/>
  44. <field name="amount">20</field>
  45. <field name="amount_type">percent</field>
  46. <field name="type_tax_use">sale</field>
  47. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  48. <field name="tax_group_id" ref="tax_group_vat_20"/>
  49. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  50. (0,0, {
  51. 'factor_percent': 100,
  52. 'repartition_type': 'base',
  53. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_11_tag'), ref('l10n_bg_tax_report_18_tag')],
  54. }),
  55. (0,0, {
  56. 'factor_percent': 100,
  57. 'repartition_type': 'tax',
  58. 'account_id': ref('l10n_bg_4532'),
  59. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_21_tag')] }),
  60. ]"/>
  61. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  62. (0,0, {
  63. 'factor_percent': 100,
  64. 'repartition_type': 'base',
  65. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_11_tag'), ref('l10n_bg_tax_report_18_tag')],
  66. }),
  67. (0,0, {
  68. 'factor_percent': 100,
  69. 'repartition_type': 'tax',
  70. 'account_id': ref('l10n_bg_4532'),
  71. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_21_tag')] }),
  72. ]"/>
  73. </record>
  74. <record id="l10n_bg_sale_vat_20_personal" model="account.tax.template">
  75. <field name="sequence">103</field>
  76. <field name="name">20% Personal use</field>
  77. <field name="description">20% Personal use</field>
  78. <field name="price_include" eval="0"/>
  79. <field name="amount">20</field>
  80. <field name="amount_type">percent</field>
  81. <field name="type_tax_use">sale</field>
  82. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  83. <field name="tax_group_id" ref="tax_group_vat_20"/>
  84. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  85. (0,0, {
  86. 'factor_percent': 100,
  87. 'repartition_type': 'base',
  88. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_11_tag')],
  89. }),
  90. (0,0, {
  91. 'factor_percent': 100,
  92. 'repartition_type': 'tax',
  93. 'account_id': ref('l10n_bg_4532'),
  94. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_23_tag')] }),
  95. ]"/>
  96. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  97. (0,0, {
  98. 'factor_percent': 100,
  99. 'repartition_type': 'base',
  100. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_11_tag')],
  101. }),
  102. (0,0, {
  103. 'factor_percent': 100,
  104. 'repartition_type': 'tax',
  105. 'account_id': ref('l10n_bg_4532'),
  106. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_23_tag')] }),
  107. ]"/>
  108. </record>
  109. <record id="l10n_bg_sale_vat_9" model="account.tax.template">
  110. <field name="sequence">111</field>
  111. <field name="name">9% VAT</field>
  112. <field name="description">9% VAT</field>
  113. <field name="price_include" eval="0"/>
  114. <field name="amount">9</field>
  115. <field name="amount_type">percent</field>
  116. <field name="type_tax_use">sale</field>
  117. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  118. <field name="tax_group_id" ref="tax_group_vat_9"/>
  119. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  120. (0,0, {
  121. 'factor_percent': 100,
  122. 'repartition_type': 'base',
  123. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_13_tag')],
  124. }),
  125. (0,0, {
  126. 'factor_percent': 100,
  127. 'repartition_type': 'tax',
  128. 'account_id': ref('l10n_bg_4532'),
  129. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_24_tag')] }),
  130. ]"/>
  131. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  132. (0,0, {
  133. 'factor_percent': 100,
  134. 'repartition_type': 'base',
  135. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_13_tag')],
  136. }),
  137. (0,0, {
  138. 'factor_percent': 100,
  139. 'repartition_type': 'tax',
  140. 'account_id': ref('l10n_bg_4532'),
  141. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_24_tag')] }),
  142. ]"/>
  143. </record>
  144. <record id="l10n_bg_sale_vat_9_personal" model="account.tax.template">
  145. <field name="sequence">112</field>
  146. <field name="name">9% Personal use</field>
  147. <field name="description">9% Personal use</field>
  148. <field name="price_include" eval="0"/>
  149. <field name="amount">9</field>
  150. <field name="amount_type">percent</field>
  151. <field name="type_tax_use">sale</field>
  152. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  153. <field name="tax_group_id" ref="tax_group_vat_9"/>
  154. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  155. (0,0, {
  156. 'factor_percent': 100,
  157. 'repartition_type': 'base',
  158. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_13_tag')],
  159. }),
  160. (0,0, {
  161. 'factor_percent': 100,
  162. 'repartition_type': 'tax',
  163. 'account_id': ref('l10n_bg_4532'),
  164. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_23_tag')] }),
  165. ]"/>
  166. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  167. (0,0, {
  168. 'factor_percent': 100,
  169. 'repartition_type': 'base',
  170. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_13_tag')],
  171. }),
  172. (0,0, {
  173. 'factor_percent': 100,
  174. 'repartition_type': 'tax',
  175. 'account_id': ref('l10n_bg_4532'),
  176. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_23_tag')] }),
  177. ]"/>
  178. </record>
  179. <record id="l10n_bg_sale_vat_0_export" model="account.tax.template">
  180. <field name="sequence">121</field>
  181. <field name="name">0% Export</field>
  182. <field name="description">0% Export</field>
  183. <field name="price_include" eval="0"/>
  184. <field name="amount">0</field>
  185. <field name="amount_type">percent</field>
  186. <field name="type_tax_use">sale</field>
  187. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  188. <field name="tax_group_id" ref="tax_group_vat_0"/>
  189. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  190. (0,0, {
  191. 'factor_percent': 100,
  192. 'repartition_type': 'base',
  193. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_14_tag')],
  194. }),
  195. (0,0, {
  196. 'factor_percent': 100,
  197. 'repartition_type': 'tax',
  198. }),
  199. ]"/>
  200. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  201. (0,0, {
  202. 'factor_percent': 100,
  203. 'repartition_type': 'base',
  204. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_14_tag')],
  205. }),
  206. (0,0, {
  207. 'factor_percent': 100,
  208. 'repartition_type': 'tax',
  209. }),
  210. ]"/>
  211. </record>
  212. <record id="l10n_bg_sale_vat_0_icd" model="account.tax.template">
  213. <field name="sequence">122</field>
  214. <field name="name">0% ICD</field>
  215. <field name="description">0% Intra-Community Deliveries</field>
  216. <field name="price_include" eval="0"/>
  217. <field name="amount">0</field>
  218. <field name="amount_type">percent</field>
  219. <field name="type_tax_use">sale</field>
  220. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  221. <field name="tax_group_id" ref="tax_group_vat_0"/>
  222. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  223. (0,0, {
  224. 'factor_percent': 100,
  225. 'repartition_type': 'base',
  226. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_15_tag')],
  227. }),
  228. (0,0, {
  229. 'factor_percent': 100,
  230. 'repartition_type': 'tax',
  231. }),
  232. ]"/>
  233. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  234. (0,0, {
  235. 'factor_percent': 100,
  236. 'repartition_type': 'base',
  237. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_15_tag')],
  238. }),
  239. (0,0, {
  240. 'factor_percent': 100,
  241. 'repartition_type': 'tax',
  242. }),
  243. ]"/>
  244. </record>
  245. <record id="l10n_bg_sale_vat_0_140" model="account.tax.template">
  246. <field name="sequence">123</field>
  247. <field name="name">0% Art. 140, 146, 173</field>
  248. <field name="description">0% Art. 140, 146, 173</field>
  249. <field name="price_include" eval="0"/>
  250. <field name="amount">0</field>
  251. <field name="amount_type">percent</field>
  252. <field name="type_tax_use">sale</field>
  253. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  254. <field name="tax_group_id" ref="tax_group_vat_0"/>
  255. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  256. (0,0, {
  257. 'factor_percent': 100,
  258. 'repartition_type': 'base',
  259. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_16_tag')],
  260. }),
  261. (0,0, {
  262. 'factor_percent': 100,
  263. 'repartition_type': 'tax',
  264. }),
  265. ]"/>
  266. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  267. (0,0, {
  268. 'factor_percent': 100,
  269. 'repartition_type': 'base',
  270. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_16_tag')],
  271. }),
  272. (0,0, {
  273. 'factor_percent': 100,
  274. 'repartition_type': 'tax',
  275. }),
  276. ]"/>
  277. </record>
  278. <record id="l10n_bg_sale_vat_0_21" model="account.tax.template">
  279. <field name="sequence">124</field>
  280. <field name="name">0% Art. 21</field>
  281. <field name="description">0% Art. 21</field>
  282. <field name="price_include" eval="0"/>
  283. <field name="amount">0</field>
  284. <field name="amount_type">percent</field>
  285. <field name="type_tax_use">sale</field>
  286. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  287. <field name="tax_group_id" ref="tax_group_vat_0"/>
  288. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  289. (0,0, {
  290. 'factor_percent': 100,
  291. 'repartition_type': 'base',
  292. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_17_tag')],
  293. }),
  294. (0,0, {
  295. 'factor_percent': 100,
  296. 'repartition_type': 'tax',
  297. }),
  298. ]"/>
  299. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  300. (0,0, {
  301. 'factor_percent': 100,
  302. 'repartition_type': 'base',
  303. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_17_tag')],
  304. }),
  305. (0,0, {
  306. 'factor_percent': 100,
  307. 'repartition_type': 'tax',
  308. }),
  309. ]"/>
  310. </record>
  311. <record id="l10n_bg_sale_vat_0_exempt" model="account.tax.template">
  312. <field name="sequence">125</field>
  313. <field name="name">0% Exempt</field>
  314. <field name="description">0% Exempt</field>
  315. <field name="price_include" eval="0"/>
  316. <field name="amount">0</field>
  317. <field name="amount_type">percent</field>
  318. <field name="type_tax_use">sale</field>
  319. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  320. <field name="tax_group_id" ref="tax_group_vat_0"/>
  321. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  322. (0,0, {
  323. 'factor_percent': 100,
  324. 'repartition_type': 'base',
  325. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag')],
  326. }),
  327. (0,0, {
  328. 'factor_percent': 100,
  329. 'repartition_type': 'tax',
  330. }),
  331. ]"/>
  332. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  333. (0,0, {
  334. 'factor_percent': 100,
  335. 'repartition_type': 'base',
  336. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag')],
  337. }),
  338. (0,0, {
  339. 'factor_percent': 100,
  340. 'repartition_type': 'tax',
  341. }),
  342. ]"/>
  343. </record>
  344. <record id="l10n_bg_sale_vat_0_tri" model="account.tax.template">
  345. <field name="sequence">126</field>
  346. <field name="name">0% Tripartite</field>
  347. <field name="description">0% Tripartite</field>
  348. <field name="price_include" eval="0"/>
  349. <field name="amount">0</field>
  350. <field name="amount_type">percent</field>
  351. <field name="type_tax_use">sale</field>
  352. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  353. <field name="tax_group_id" ref="tax_group_vat_0"/>
  354. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  355. (0,0, {
  356. 'factor_percent': 100,
  357. 'repartition_type': 'base',
  358. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_18_tag')],
  359. }),
  360. (0,0, {
  361. 'factor_percent': 100,
  362. 'repartition_type': 'tax',
  363. }),
  364. ]"/>
  365. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  366. (0,0, {
  367. 'factor_percent': 100,
  368. 'repartition_type': 'base',
  369. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_18_tag')],
  370. }),
  371. (0,0, {
  372. 'factor_percent': 100,
  373. 'repartition_type': 'tax',
  374. }),
  375. ]"/>
  376. </record>
  377. <!-- Sales [END] -->
  378. <!-- Purchases -->
  379. <record id="l10n_bg_purchase_vat_20_ftc" model="account.tax.template">
  380. <field name="sequence">201</field>
  381. <field name="name">20% FTC</field>
  382. <field name="description">20% Foreign Tax Credit</field>
  383. <field name="price_include" eval="0"/>
  384. <field name="amount">20</field>
  385. <field name="amount_type">percent</field>
  386. <field name="type_tax_use">purchase</field>
  387. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  388. <field name="tax_group_id" ref="tax_group_vat_20"/>
  389. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  390. (0,0, {
  391. 'factor_percent': 100,
  392. 'repartition_type': 'base',
  393. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_31_tag')],
  394. }),
  395. (0,0, {
  396. 'factor_percent': 100,
  397. 'repartition_type': 'tax',
  398. 'account_id': ref('l10n_bg_4531'),
  399. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  400. ]"/>
  401. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  402. (0,0, {
  403. 'factor_percent': 100,
  404. 'repartition_type': 'base',
  405. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_31_tag')],
  406. }),
  407. (0,0, {
  408. 'factor_percent': 100,
  409. 'repartition_type': 'tax',
  410. 'account_id': ref('l10n_bg_4531'),
  411. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  412. ]"/>
  413. </record>
  414. <record id="l10n_bg_purchase_vat_20_ptc" model="account.tax.template">
  415. <field name="sequence">202</field>
  416. <field name="name">20% PTC</field>
  417. <field name="description">20% Payable Tax Credit</field>
  418. <field name="price_include" eval="0"/>
  419. <field name="amount">20</field>
  420. <field name="amount_type">percent</field>
  421. <field name="type_tax_use">purchase</field>
  422. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  423. <field name="tax_group_id" ref="tax_group_vat_20"/>
  424. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  425. (0,0, {
  426. 'factor_percent': 100,
  427. 'repartition_type': 'base',
  428. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_32_tag')],
  429. }),
  430. (0,0, {
  431. 'factor_percent': 100,
  432. 'repartition_type': 'tax',
  433. 'account_id': ref('l10n_bg_4531'),
  434. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  435. ]"/>
  436. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  437. (0,0, {
  438. 'factor_percent': 100,
  439. 'repartition_type': 'base',
  440. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_32_tag')],
  441. }),
  442. (0,0, {
  443. 'factor_percent': 100,
  444. 'repartition_type': 'tax',
  445. 'account_id': ref('l10n_bg_4531'),
  446. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  447. ]"/>
  448. </record>
  449. <record id="l10n_bg_purchase_vat_20_otc" model="account.tax.template">
  450. <field name="sequence">203</field>
  451. <field name="name">20% OTC</field>
  452. <field name="description">20% Other Tax Credit</field>
  453. <field name="price_include" eval="0"/>
  454. <field name="amount">20</field>
  455. <field name="amount_type">percent</field>
  456. <field name="type_tax_use">purchase</field>
  457. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  458. <field name="tax_group_id" ref="tax_group_vat_20"/>
  459. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  460. (0,0, {
  461. 'factor_percent': 100,
  462. 'repartition_type': 'base',
  463. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')],
  464. }),
  465. (0,0, {
  466. 'factor_percent': 100,
  467. 'repartition_type': 'tax',
  468. 'account_id': ref('l10n_bg_4531'),
  469. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')] }),
  470. ]"/>
  471. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  472. (0,0, {
  473. 'factor_percent': 100,
  474. 'repartition_type': 'base',
  475. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')],
  476. }),
  477. (0,0, {
  478. 'factor_percent': 100,
  479. 'repartition_type': 'tax',
  480. 'account_id': ref('l10n_bg_4531'),
  481. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')] }),
  482. ]"/>
  483. </record>
  484. <record id="l10n_bg_purchase_vat_20_ftc_exempt" model="account.tax.template">
  485. <field name="sequence">204</field>
  486. <field name="name">20% FTC (Exempt)</field>
  487. <field name="description">20% Foreign Tax Credit – Exempt</field>
  488. <field name="price_include" eval="0"/>
  489. <field name="amount">20</field>
  490. <field name="amount_type">percent</field>
  491. <field name="type_tax_use">purchase</field>
  492. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  493. <field name="tax_group_id" ref="tax_group_vat_20"/>
  494. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  495. (0,0, {
  496. 'factor_percent': 100,
  497. 'repartition_type': 'base',
  498. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag'), ref('l10n_bg_tax_report_31_tag')],
  499. }),
  500. (0,0, {
  501. 'factor_percent': 100,
  502. 'repartition_type': 'tax',
  503. 'account_id': ref('l10n_bg_4531'),
  504. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  505. (0,0, {
  506. 'factor_percent': -100,
  507. 'repartition_type': 'tax',
  508. 'account_id': ref('l10n_bg_4532'),
  509. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  510. ]"/>
  511. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  512. (0,0, {
  513. 'factor_percent': 100,
  514. 'repartition_type': 'base',
  515. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag'), ref('l10n_bg_tax_report_31_tag')],
  516. }),
  517. (0,0, {
  518. 'factor_percent': 100,
  519. 'repartition_type': 'tax',
  520. 'account_id': ref('l10n_bg_4531'),
  521. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  522. (0,0, {
  523. 'factor_percent': -100,
  524. 'repartition_type': 'tax',
  525. 'account_id': ref('l10n_bg_4532'),
  526. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  527. ]"/>
  528. </record>
  529. <record id="l10n_bg_purchase_vat_20_ftc_ica" model="account.tax.template">
  530. <field name="sequence">204</field>
  531. <field name="name">20% FTC (ICA)</field>
  532. <field name="description">20% Foreign Tax Credit – Intra-Community Acquisition</field>
  533. <field name="price_include" eval="0"/>
  534. <field name="amount">20</field>
  535. <field name="amount_type">percent</field>
  536. <field name="type_tax_use">purchase</field>
  537. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  538. <field name="tax_group_id" ref="tax_group_vat_20"/>
  539. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  540. (0,0, {
  541. 'factor_percent': 100,
  542. 'repartition_type': 'base',
  543. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_12_1_tag'), ref('l10n_bg_tax_report_31_tag')],
  544. }),
  545. (0,0, {
  546. 'factor_percent': 100,
  547. 'repartition_type': 'tax',
  548. 'account_id': ref('l10n_bg_4531'),
  549. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  550. (0,0, {
  551. 'factor_percent': -100,
  552. 'repartition_type': 'tax',
  553. 'account_id': ref('l10n_bg_4532'),
  554. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  555. ]"/>
  556. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  557. (0,0, {
  558. 'factor_percent': 100,
  559. 'repartition_type': 'base',
  560. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_12_1_tag'), ref('l10n_bg_tax_report_31_tag')],
  561. }),
  562. (0,0, {
  563. 'factor_percent': 100,
  564. 'repartition_type': 'tax',
  565. 'account_id': ref('l10n_bg_4531'),
  566. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  567. (0,0, {
  568. 'factor_percent': -100,
  569. 'repartition_type': 'tax',
  570. 'account_id': ref('l10n_bg_4532'),
  571. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  572. ]"/>
  573. </record>
  574. <record id="l10n_bg_purchase_vat_20_ftc_82" model="account.tax.template">
  575. <field name="sequence">205</field>
  576. <field name="name">20% FTC (Art. 82)</field>
  577. <field name="description">20% Foreign Tax Credit – Art. 82</field>
  578. <field name="price_include" eval="0"/>
  579. <field name="amount">20</field>
  580. <field name="amount_type">percent</field>
  581. <field name="type_tax_use">purchase</field>
  582. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  583. <field name="tax_group_id" ref="tax_group_vat_20"/>
  584. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  585. (0,0, {
  586. 'factor_percent': 100,
  587. 'repartition_type': 'base',
  588. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_12_2_tag'), ref('l10n_bg_tax_report_31_tag')],
  589. }),
  590. (0,0, {
  591. 'factor_percent': 100,
  592. 'repartition_type': 'tax',
  593. 'account_id': ref('l10n_bg_4531'),
  594. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  595. (0,0, {
  596. 'factor_percent': -100,
  597. 'repartition_type': 'tax',
  598. 'account_id': ref('l10n_bg_4532'),
  599. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  600. ]"/>
  601. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  602. (0,0, {
  603. 'factor_percent': 100,
  604. 'repartition_type': 'base',
  605. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_12_2_tag'), ref('l10n_bg_tax_report_31_tag')],
  606. }),
  607. (0,0, {
  608. 'factor_percent': 100,
  609. 'repartition_type': 'tax',
  610. 'account_id': ref('l10n_bg_4531'),
  611. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  612. (0,0, {
  613. 'factor_percent': -100,
  614. 'repartition_type': 'tax',
  615. 'account_id': ref('l10n_bg_4532'),
  616. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  617. ]"/>
  618. </record>
  619. <record id="l10n_bg_purchase_vat_20_ptc_exempt" model="account.tax.template">
  620. <field name="sequence">206</field>
  621. <field name="name">20% PTC (Exempt)</field>
  622. <field name="description">20% Payable Tax Credit – Exempt</field>
  623. <field name="price_include" eval="0"/>
  624. <field name="amount">20</field>
  625. <field name="amount_type">percent</field>
  626. <field name="type_tax_use">purchase</field>
  627. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  628. <field name="tax_group_id" ref="tax_group_vat_20"/>
  629. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  630. (0,0, {
  631. 'factor_percent': 100,
  632. 'repartition_type': 'base',
  633. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag'), ref('l10n_bg_tax_report_32_tag')],
  634. }),
  635. (0,0, {
  636. 'factor_percent': 100,
  637. 'repartition_type': 'tax',
  638. 'account_id': ref('l10n_bg_4531'),
  639. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  640. (0,0, {
  641. 'factor_percent': -100,
  642. 'repartition_type': 'tax',
  643. 'account_id': ref('l10n_bg_4532'),
  644. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  645. ]"/>
  646. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  647. (0,0, {
  648. 'factor_percent': 100,
  649. 'repartition_type': 'base',
  650. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag'), ref('l10n_bg_tax_report_32_tag')],
  651. }),
  652. (0,0, {
  653. 'factor_percent': 100,
  654. 'repartition_type': 'tax',
  655. 'account_id': ref('l10n_bg_4531'),
  656. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  657. (0,0, {
  658. 'factor_percent': -100,
  659. 'repartition_type': 'tax',
  660. 'account_id': ref('l10n_bg_4532'),
  661. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  662. ]"/>
  663. </record>
  664. <record id="l10n_bg_purchase_vat_20_ptc_ica" model="account.tax.template">
  665. <field name="sequence">206</field>
  666. <field name="name">20% PTC (ICA)</field>
  667. <field name="description">20% Payable Tax Credit – Intra-Community Acquisition</field>
  668. <field name="price_include" eval="0"/>
  669. <field name="amount">20</field>
  670. <field name="amount_type">percent</field>
  671. <field name="type_tax_use">purchase</field>
  672. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  673. <field name="tax_group_id" ref="tax_group_vat_20"/>
  674. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  675. (0,0, {
  676. 'factor_percent': 100,
  677. 'repartition_type': 'base',
  678. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_12_1_tag'), ref('l10n_bg_tax_report_32_tag')],
  679. }),
  680. (0,0, {
  681. 'factor_percent': 100,
  682. 'repartition_type': 'tax',
  683. 'account_id': ref('l10n_bg_4531'),
  684. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  685. (0,0, {
  686. 'factor_percent': -100,
  687. 'repartition_type': 'tax',
  688. 'account_id': ref('l10n_bg_4532'),
  689. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  690. ]"/>
  691. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  692. (0,0, {
  693. 'factor_percent': 100,
  694. 'repartition_type': 'base',
  695. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_12_1_tag'), ref('l10n_bg_tax_report_32_tag')],
  696. }),
  697. (0,0, {
  698. 'factor_percent': 100,
  699. 'repartition_type': 'tax',
  700. 'account_id': ref('l10n_bg_4531'),
  701. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  702. (0,0, {
  703. 'factor_percent': -100,
  704. 'repartition_type': 'tax',
  705. 'account_id': ref('l10n_bg_4532'),
  706. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  707. ]"/>
  708. </record>
  709. <record id="l10n_bg_purchase_vat_20_ptc_82" model="account.tax.template">
  710. <field name="sequence">207</field>
  711. <field name="name">20% PTC (Art. 82)</field>
  712. <field name="description">20% Payable Tax Credit - Art. 82</field>
  713. <field name="price_include" eval="0"/>
  714. <field name="amount">20</field>
  715. <field name="amount_type">percent</field>
  716. <field name="type_tax_use">purchase</field>
  717. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  718. <field name="tax_group_id" ref="tax_group_vat_20"/>
  719. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  720. (0,0, {
  721. 'factor_percent': 100,
  722. 'repartition_type': 'base',
  723. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_12_2_tag'), ref('l10n_bg_tax_report_32_tag')],
  724. }),
  725. (0,0, {
  726. 'factor_percent': 100,
  727. 'repartition_type': 'tax',
  728. 'account_id': ref('l10n_bg_4531'),
  729. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  730. (0,0, {
  731. 'factor_percent': -100,
  732. 'repartition_type': 'tax',
  733. 'account_id': ref('l10n_bg_4532'),
  734. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  735. ]"/>
  736. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  737. (0,0, {
  738. 'factor_percent': 100,
  739. 'repartition_type': 'base',
  740. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_12_2_tag'), ref('l10n_bg_tax_report_32_tag')],
  741. }),
  742. (0,0, {
  743. 'factor_percent': 100,
  744. 'repartition_type': 'tax',
  745. 'account_id': ref('l10n_bg_4531'),
  746. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_42_tag')] }),
  747. (0,0, {
  748. 'factor_percent': -100,
  749. 'repartition_type': 'tax',
  750. 'account_id': ref('l10n_bg_4532'),
  751. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_22_tag')] }),
  752. ]"/>
  753. </record>
  754. <record id="l10n_bg_purchase_vat_9_ftc" model="account.tax.template">
  755. <field name="sequence">211</field>
  756. <field name="name">9% FTC</field>
  757. <field name="description">9% Foreign Tax Credit</field>
  758. <field name="price_include" eval="0"/>
  759. <field name="amount">9</field>
  760. <field name="amount_type">percent</field>
  761. <field name="type_tax_use">purchase</field>
  762. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  763. <field name="tax_group_id" ref="tax_group_vat_9"/>
  764. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  765. (0,0, {
  766. 'factor_percent': 100,
  767. 'repartition_type': 'base',
  768. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_31_tag')],
  769. }),
  770. (0,0, {
  771. 'factor_percent': 100,
  772. 'repartition_type': 'tax',
  773. 'account_id': ref('l10n_bg_4531'),
  774. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  775. ]"/>
  776. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  777. (0,0, {
  778. 'factor_percent': 100,
  779. 'repartition_type': 'base',
  780. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_31_tag')],
  781. }),
  782. (0,0, {
  783. 'factor_percent': 100,
  784. 'repartition_type': 'tax',
  785. 'account_id': ref('l10n_bg_4531'),
  786. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_41_tag')] }),
  787. ]"/>
  788. </record>
  789. <record id="l10n_bg_purchase_vat_9_otc" model="account.tax.template">
  790. <field name="sequence">212</field>
  791. <field name="name">9% OTC</field>
  792. <field name="description">9% Other Tax Credit</field>
  793. <field name="price_include" eval="0"/>
  794. <field name="amount">9</field>
  795. <field name="amount_type">percent</field>
  796. <field name="type_tax_use">purchase</field>
  797. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  798. <field name="tax_group_id" ref="tax_group_vat_9"/>
  799. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  800. (0,0, {
  801. 'factor_percent': 100,
  802. 'repartition_type': 'base',
  803. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')],
  804. }),
  805. (0,0, {
  806. 'factor_percent': 100,
  807. 'repartition_type': 'tax',
  808. 'account_id': ref('l10n_bg_4531'),
  809. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')] }),
  810. ]"/>
  811. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  812. (0,0, {
  813. 'factor_percent': 100,
  814. 'repartition_type': 'base',
  815. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')],
  816. }),
  817. (0,0, {
  818. 'factor_percent': 100,
  819. 'repartition_type': 'tax',
  820. 'account_id': ref('l10n_bg_4531'),
  821. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')] }),
  822. ]"/>
  823. </record>
  824. <record id="l10n_bg_purchase_vat_0_otc_ica" model="account.tax.template">
  825. <field name="sequence">231</field>
  826. <field name="name">0% OTC (ICA)</field>
  827. <field name="description">0% Other Tax Credit – Intra-Community Acquisition</field>
  828. <field name="price_include" eval="0"/>
  829. <field name="amount">0</field>
  830. <field name="amount_type">percent</field>
  831. <field name="type_tax_use">purchase</field>
  832. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  833. <field name="tax_group_id" ref="tax_group_vat_0"/>
  834. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  835. (0,0, {
  836. 'factor_percent': 100,
  837. 'repartition_type': 'base',
  838. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag'), ref('l10n_bg_tax_report_30_tag')],
  839. }),
  840. (0,0, {
  841. 'factor_percent': 100,
  842. 'repartition_type': 'tax',
  843. }),
  844. ]"/>
  845. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  846. (0,0, {
  847. 'factor_percent': 100,
  848. 'repartition_type': 'base',
  849. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_19_tag'), ref('l10n_bg_tax_report_30_tag')],
  850. }),
  851. (0,0, {
  852. 'factor_percent': 100,
  853. 'repartition_type': 'tax',
  854. }),
  855. ]"/>
  856. </record>
  857. <record id="l10n_bg_purchase_vat_0_otc_exempt" model="account.tax.template">
  858. <field name="sequence">232</field>
  859. <field name="name">0% OTC (Exempt)</field>
  860. <field name="description">0% Other Tax Credit – Exempt</field>
  861. <field name="price_include" eval="0"/>
  862. <field name="amount">0</field>
  863. <field name="amount_type">percent</field>
  864. <field name="type_tax_use">purchase</field>
  865. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  866. <field name="tax_group_id" ref="tax_group_vat_0"/>
  867. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  868. (0,0, {
  869. 'factor_percent': 100,
  870. 'repartition_type': 'base',
  871. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')],
  872. }),
  873. (0,0, {
  874. 'factor_percent': 100,
  875. 'repartition_type': 'tax',
  876. }),
  877. ]"/>
  878. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  879. (0,0, {
  880. 'factor_percent': 100,
  881. 'repartition_type': 'base',
  882. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_30_tag')],
  883. }),
  884. (0,0, {
  885. 'factor_percent': 100,
  886. 'repartition_type': 'tax',
  887. }),
  888. ]"/>
  889. </record>
  890. <record id="l10n_bg_purchase_vat_0_tri" model="account.tax.template">
  891. <field name="sequence">233</field>
  892. <field name="name">0% Tripartite</field>
  893. <field name="description">0% Tripartite</field>
  894. <field name="price_include" eval="0"/>
  895. <field name="amount">0</field>
  896. <field name="amount_type">percent</field>
  897. <field name="type_tax_use">purchase</field>
  898. <field name="chart_template_id" ref="l10n_bg_chart_template"/>
  899. <field name="tax_group_id" ref="tax_group_vat_0"/>
  900. <field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
  901. (0,0, {
  902. 'factor_percent': 100,
  903. 'repartition_type': 'base',
  904. 'plus_report_expression_ids': [ref('l10n_bg_tax_report_18_tag')],
  905. }),
  906. (0,0, {
  907. 'factor_percent': 100,
  908. 'repartition_type': 'tax',
  909. }),
  910. ]"/>
  911. <field name="refund_repartition_line_ids" eval="[(5, 0, 0),
  912. (0,0, {
  913. 'factor_percent': 100,
  914. 'repartition_type': 'base',
  915. 'minus_report_expression_ids': [ref('l10n_bg_tax_report_18_tag')],
  916. }),
  917. (0,0, {
  918. 'factor_percent': 100,
  919. 'repartition_type': 'tax',
  920. }),
  921. ]"/>
  922. </record>
  923. <!-- Purchase [END] -->
  924. </odoo>