Merge lp:~vauxoo/openerp-venezuela-localization/jose-InterCompany into lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk

Status: Rejected
Rejected by: hbto [Vauxoo] http://www.vauxoo.com
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/jose-InterCompany
Merge into: lp:~openerp-venezuela/openerp-venezuela-localization/6.0-trunk
Diff against target: 44755 lines (+44215/-0) (has conflicts)
97 files modified
.bzrignore (+3/-0)
extra_UOM/__init__.py (+1/-0)
extra_UOM/__openerp__.py (+61/-0)
extra_UOM/data/extra_UOM_data.xml (+322/-0)
extra_UOM/demo/extra_UOM_demo.xml (+5/-0)
extra_UOM/i18n/es_VE.po (+315/-0)
extra_UOM/i18n/extra_UOM.pot.xxx (+123/-0)
extra_UOM/i18n/fr_BE.po.xxx (+123/-0)
extra_UOM/model/__init__.py (+25/-0)
extra_UOM/model/account_invoice.py (+34/-0)
extra_UOM/model/extra_UOM.py (+123/-0)
extra_UOM/model/product.py (+216/-0)
extra_UOM/model/purchase.py (+154/-0)
extra_UOM/model/sale.py (+110/-0)
extra_UOM/model/stock.py (+80/-0)
extra_UOM/view/account_invoice.xml (+33/-0)
extra_UOM/view/extra_UOM_view.xml (+224/-0)
extra_UOM/view/purchase_view.xml (+30/-0)
extra_UOM/wizard/__init__.py (+22/-0)
extra_UOM/wizard/stock_inventory_line_split.py (+40/-0)
extra_UOM/wizard/stock_inventory_line_split_view.xml (+39/-0)
fetchmail_document/__init__.py (+1/-0)
fetchmail_document/__openerp__.py (+20/-0)
fetchmail_document/crm_claim.py (+12/-0)
fetchmail_document/document.py (+31/-0)
icecat_product_uniqueness/__init__.py (+28/-0)
icecat_product_uniqueness/__openerp__.py (+40/-0)
icecat_product_uniqueness/product.py (+60/-0)
icecat_product_uniqueness/product_view.xml (+31/-0)
l10n_ve_commerce/__init__.py (+25/-0)
l10n_ve_commerce/__openerp__.py (+48/-0)
l10n_ve_commerce/account.py (+71/-0)
l10n_ve_commerce/account_account.xml (+25/-0)
l10n_ve_commerce/account_account.xml.org (+24/-0)
l10n_ve_commerce/account_chart.xml (+5265/-0)
l10n_ve_commerce/account_chart.xml.org (+11772/-0)
l10n_ve_commerce/account_tax.xml (+83/-0)
l10n_ve_commerce/account_tax_code.xml (+33/-0)
l10n_ve_commerce/account_user_types.xml (+63/-0)
l10n_ve_commerce/l10n_chart_ve_wizard.xml (+21/-0)
l10n_ve_tcv/__init__.py (+25/-0)
l10n_ve_tcv/__openerp__.py (+54/-0)
l10n_ve_tcv/account.py (+71/-0)
l10n_ve_tcv/data/account_account.xml (+25/-0)
l10n_ve_tcv/data/account_account.xml.org (+24/-0)
l10n_ve_tcv/data/account_account_template.xml (+4412/-0)
l10n_ve_tcv/data/account_account_type.xml (+63/-0)
l10n_ve_tcv/data/account_chart.xml.bad (+1262/-0)
l10n_ve_tcv/data/account_chart.xml.org (+11772/-0)
l10n_ve_tcv/data/account_payment_term.xml (+70/-0)
l10n_ve_tcv/data/account_tax.xml (+277/-0)
l10n_ve_tcv/data/account_tax.xml.org (+199/-0)
l10n_ve_tcv/data/account_tax_code.xml (+33/-0)
l10n_ve_tcv/data/res_country_state.xml (+178/-0)
l10n_ve_tcv/data/res_partner.xml (+2147/-0)
l10n_ve_tcv/data/res_partner_title.xml (+127/-0)
l10n_ve_tcv/l10n_chart_ve_wizard.xml (+21/-0)
m321_customization/__init__.py (+28/-0)
m321_customization/__openerp__.py (+42/-0)
m321_customization/product.py (+75/-0)
m321_customization/product_view.xml (+46/-0)
product_catalog_m321/__init__.py (+23/-0)
product_catalog_m321/__openerp__.py (+42/-0)
product_catalog_m321/i18n/fr_BE.po (+65/-0)
product_catalog_m321/i18n/product_catalog_report.pot (+65/-0)
product_catalog_m321/i18n/sv.po (+67/-0)
product_catalog_m321/product_report.xml (+14/-0)
product_catalog_m321/product_wizard.xml (+10/-0)
product_catalog_m321/report/__init__.py (+22/-0)
product_catalog_m321/report/product_catalog.py (+150/-0)
product_catalog_m321/report/product_catalog.rml (+287/-0)
product_catalog_m321/wizard/__init__.py (+22/-0)
product_catalog_m321/wizard/wizard_product_catalog.py (+66/-0)
product_multicompany_addons.diff (+518/-0)
sale_margin_commision/__init__.py (+2/-0)
sale_margin_commision/__openerp__.py (+21/-0)
sale_margin_commision/commision_view.xml (+20/-0)
sale_margin_commision/sale.py (+51/-0)
sale_order_report/__init__.py (+4/-0)
sale_order_report/__openerp__.py (+24/-0)
sale_order_report/incoterm.py (+35/-0)
sale_order_report/incoterm_view.xml (+62/-0)
sale_order_report/order.py (+27/-0)
sale_order_report/report/__init__.py (+23/-0)
sale_order_report/report/order.py (+42/-0)
sale_order_report/report/order.rml (+324/-0)
sale_order_report/sale_order_report.xml (+6/-0)
sale_order_report/sale_order_view.xml (+36/-0)
tcv_module_list/__init__.py (+20/-0)
tcv_module_list/__openerp__.py (+76/-0)
tcv_profit/__init__.py (+21/-0)
tcv_profit/__openerp__.py (+40/-0)
tcv_profit/wizard/__init__.py (+20/-0)
tcv_profit/wizard/tools_dll.py (+37/-0)
tcv_profit/wizard/validar_rif.py (+139/-0)
tcv_profit/wizard/wz_tcv_profit.py (+1085/-0)
tcv_profit/wizard/wz_tcv_profit_view.xml (+62/-0)
Conflict adding file .bzrignore.  Moved existing file to .bzrignore.moved.
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/jose-InterCompany
Reviewer Review Type Date Requested Status
hbto [Vauxoo] http://www.vauxoo.com Pending
Review via email: mp+81663@code.launchpad.net

Description of the change

added pieces and batch fields these fields were also added on the bill and is carried to the stock

To post a comment you must log in.
36. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

added files for invoice

37. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] changed data for changes in the model product.py

38. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] changed ids in the data_demo

39. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] chaged read for browse in the funtion get_name

40. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] changed read for browse in the model extra_UOM.py

41. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD] build wizard for split in lot

Unmerged revisions

49. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD] added fields for save the fields in the stock move
changed the method compute pieces in the model product.product

48. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD] added field type for definition of the type of picking (in or out)

47. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] changed the method split, for add pieces_qty

46. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] Changed the method split for add the fields new in the wizard split in lot

45. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD]Added compute of area in the wizard split in lot

44. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD] Added values for default in the wizard split in lot

43. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD]Added field integer for the definition of the repetitions

42. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

 [ADD] Added field in the wizard of split in lot

41. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[ADD] build wizard for split in lot

40. By Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

[IMP] changed read for browse in the model extra_UOM.py

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2011-11-10 18:46:24 +0000
4@@ -0,0 +1,3 @@
5+eeqp_reports
6+l10n_ve_epronet
7+test
8
9=== renamed file '.bzrignore' => '.bzrignore.moved'
10=== added directory 'extra_UOM'
11=== added file 'extra_UOM/__init__.py'
12--- extra_UOM/__init__.py 1970-01-01 00:00:00 +0000
13+++ extra_UOM/__init__.py 2011-11-10 18:46:24 +0000
14@@ -0,0 +1,1 @@
15+import model
16
17=== added file 'extra_UOM/__openerp__.py'
18--- extra_UOM/__openerp__.py 1970-01-01 00:00:00 +0000
19+++ extra_UOM/__openerp__.py 2011-11-10 18:46:24 +0000
20@@ -0,0 +1,61 @@
21+##############################################################################
22+#
23+# OpenERP, Open Source Management Solution
24+# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
25+#
26+# This program is free software: you can redistribute it and/or modify
27+# it under the terms of the GNU Affero General Public License as
28+# published by the Free Software Foundation, either version 3 of the
29+# License, or (at your option) any later version.
30+#
31+# This program is distributed in the hope that it will be useful,
32+# but WITHOUT ANY WARRANTY; without even the implied warranty of
33+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34+# GNU Affero General Public License for more details.
35+#
36+# You should have received a copy of the GNU Affero General Public License
37+# along with this program. If not, see <http://www.gnu.org/licenses/>.
38+#
39+##############################################################################
40+{
41+ "name" : "Extra UOM functionallity for area & volume calculation",
42+ "version" : "0.4",
43+ "author" : "Tecvemar,ca - Juan Márquez",
44+ "category" : "Custom",
45+ "depends" : ["base", "account", "product", "stock", "mrp", "sale","purchase"],
46+ "init_xml" : [],
47+# "demo_xml" : ["extra_UOM_demo.xml"],
48+ "demo_xml" : [],
49+ "description":
50+"""
51+Extends the functionality of the UOM module to incorporate a unique
52+function for calculating areas and volumes.
53+
54+ Add in Decimal Precision: Extra UOM data & Stock Precision
55+ Add in UOM Categories: Area & Volume
56+ Add in UOM: m2, m3 & ml
57+ Add new models: (linked to product.product in Special features)
58+ Layout
59+ Material
60+ Finish
61+ Quality
62+ Color
63+ Tile Format
64+ Thickness
65+ Pricelist Group
66+ Country of origin
67+ Similar products
68+ All this models have basic data (data/extra_UOM_data.xml)
69+""",
70+ "update_xml" : [
71+ "data/extra_UOM_data.xml",
72+ "view/extra_UOM_view.xml",
73+ "view/account_invoice.xml",
74+ "view/purchase_view.xml",
75+ "wizard/stock_inventory_line_split_view.xml",],
76+
77+ "active": False,
78+ "installable": True
79+}
80+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
81+
82
83=== added directory 'extra_UOM/data'
84=== added file 'extra_UOM/data/extra_UOM_data.xml'
85--- extra_UOM/data/extra_UOM_data.xml 1970-01-01 00:00:00 +0000
86+++ extra_UOM/data/extra_UOM_data.xml 2011-11-10 18:46:24 +0000
87@@ -0,0 +1,322 @@
88+<?xml version="1.0" encoding="utf-8"?>
89+<openerp>
90+ <data>
91+
92+<!--Decimal Precision-->
93+
94+ <record model="decimal.precision" id="Extra_UOM_data">
95+ <field name="name">Extra UOM data</field>
96+ <field name="digits">3</field>
97+ </record>
98+
99+<!--UOM Categories-->
100+
101+ <record model="product.uom.categ" id="categ_area">
102+ <field name="name">Area</field>
103+ </record>
104+
105+ <record model="product.uom.categ" id="categ_vol">
106+ <field name="name">Volume</field>
107+ </record>
108+
109+<!--Product.UOM-->
110+<!--TODO Chek rounding value-->
111+
112+ <record id="product_uom_m2" model="product.uom">
113+ <field name="category_id" ref="categ_area"/>
114+ <field name="name">m2</field>
115+ <field name="uom_type">reference</field>
116+ <field name="factor">1</field>
117+ <field name="rounding">0.0001</field>
118+ </record>
119+
120+<!-- <record id="product_uom_tile" model="product.uom">-->
121+<!-- <field name="category_id" ref="categ_area"/>-->
122+<!-- <field name="name">Tile</field>-->
123+<!-- <field name="uom_type">smaller</field>-->
124+<!-- <field name="factor">0.9</field> -->
125+<!-- <field name="rounding">0.01</field> -->
126+<!-- </record>-->
127+
128+<!-- <record id="product_uom_slab" model="product.uom">-->
129+<!-- <field name="category_id" ref="categ_area"/>-->
130+<!-- <field name="name">Slab</field>-->
131+<!-- <field name="uom_type">bigger</field>-->
132+<!-- <field name="factor">1.1</field> -->
133+<!-- <field name="rounding">0.01</field> -->
134+<!-- </record>-->
135+
136+ <record id="product_uom_m3" model="product.uom">
137+ <field name="category_id" ref="categ_vol"/>
138+ <field name="name">m3</field>
139+ <field name="uom_type">reference</field>
140+ <field name="factor">1</field>
141+ <field name="rounding">0.0001</field>
142+ </record>
143+
144+<!--Otras UOM desde profit -->
145+
146+ <record id="product_uom_ml" model="product.uom">
147+ <field name="category_id" ref="product.uom_categ_length"/>
148+ <field name="name">ml</field>
149+ <field name="uom_type">smaller</field>
150+ <field name="factor">1</field>
151+ <field name="rounding">0.0001</field>
152+ </record>
153+
154+<!--Tipos de Material-->
155+<!--('Granito','Mármol','Travertino','Pizarra', 'Coralina','Cuarcita','Laja','Piedra')-->
156+ <record id="product_material_granito1" model="product.product.features">
157+ <field name="name">Granito</field>
158+ <field name="type">material</field>
159+ </record>
160+ <record id="product_material_marmol1" model="product.product.features">
161+ <field name="name">Mármol</field>
162+ <field name="type">material</field>
163+ </record>
164+ <record id="product_material_travertino1" model="product.product.features">
165+ <field name="name">Travertino</field>
166+ <field name="type">material</field>
167+ </record>
168+ <record id="product_material_piza" model="product.product.features">
169+ <field name="name">Pizarra</field>
170+ <field name="type">material</field>
171+ </record>
172+ <record id="product_material_cora" model="product.product.features">
173+ <field name="name">Coralina</field>
174+ <field name="type">material</field>
175+ </record>
176+ <record id="product_material_cuar" model="product.product.features">
177+ <field name="name">Cuarcita</field>
178+ <field name="type">material</field>
179+ </record>
180+ <record id="product_material_laja" model="product.product.features">
181+ <field name="name">Laja</field>
182+ <field name="type">material</field>
183+ </record>
184+ <record id="product_material_pied" model="product.product.features">
185+ <field name="name">Piedra</field>
186+ <field name="type">material</field>
187+ </record>
188+ <record id="product_material_cera" model="product.product.features">
189+ <field name="name">Ceramica</field>
190+ <field name="type">material</field>
191+ </record>
192+ <record id="product_material_porc" model="product.product.features">
193+ <field name="name">Porcelanato</field>
194+ <field name="type">material</field>
195+ </record>
196+
197+<!--Tipos de Presentacion-->
198+<!--'Bloques','Láminas','Baldosas','Spacattos','Scapezzattos','Recortes','Insumos','Servicios','Repuestos')-->
199+ <record id="product_layout_bloques1" model="product.product.features">
200+ <field name="name">Bloques</field>
201+ <field name="type">layout</field>
202+ </record>
203+ <record id="product_layout_laminas1" model="product.product.features">
204+ <field name="name">Láminas</field>
205+ <field name="type">layout</field>
206+ </record>
207+ <record id="product_layout_baldosas1" model="product.product.features">
208+ <field name="name">Baldosas</field>
209+ <field name="type">layout</field>
210+ </record>
211+ <record id="product_layout_mosa" model="product.product.features">
212+ <field name="name">Mosaicos</field>
213+ <field name="type">layout</field>
214+ </record>
215+ <record id="product_layout_spaca" model="product.product.features">
216+ <field name="name">Spacattos</field>
217+ <field name="type">layout</field>
218+ </record>
219+ <record id="product_layout_scap" model="product.product.features">
220+ <field name="name">Scapezzattos</field>
221+ <field name="type">layout</field>
222+ </record>
223+ <record id="product_layout_reco" model="product.product.features">
224+ <field name="name">Recortes</field>
225+ <field name="type">layout</field>
226+ </record>
227+
228+<!--Colores-->
229+ <record id="product_color_amari" model="product.product.features">
230+ <field name="name">Amarillo</field>
231+ <field name="type">color</field>
232+ </record>
233+ <record id="product_color_azull" model="product.product.features">
234+ <field name="name">Azul</field>
235+ <field name="type">color</field>
236+ </record>
237+ <record id="product_color_blan" model="product.product.features">
238+ <field name="name">Blanco</field>
239+ <field name="type">color</field>
240+ </record>
241+ <record id="product_color_cara" model="product.product.features">
242+ <field name="name">Caramelo</field>
243+ <field name="type">color</field>
244+ </record>
245+ <record id="product_color_crem" model="product.product.features">
246+ <field name="name">Crema</field>
247+ <field name="type">color</field>
248+ </record>
249+ <record id="product_color_gris" model="product.product.features">
250+ <field name="name">Gris</field>
251+ <field name="type">color</field>
252+ </record>
253+ <record id="product_color_marr" model="product.product.features">
254+ <field name="name">Marron</field>
255+ <field name="type">color</field>
256+ </record>
257+ <record id="product_color_mult" model="product.product.features">
258+ <field name="name">Multicolor</field>
259+ <field name="type">color</field>
260+ </record>
261+ <record id="product_color_negr" model="product.product.features">
262+ <field name="name">Negro</field>
263+ <field name="type">color</field>
264+ </record>
265+ <record id="product_color_nar" model="product.product.features">
266+ <field name="name">Naranja</field>
267+ <field name="type">color</field>
268+ </record>
269+ <record id="product_color_rosado" model="product.product.features">
270+ <field name="name">Rosado</field>
271+ <field name="type">color</field>
272+ </record>
273+ <record id="product_color_rosaa" model="product.product.features">
274+ <field name="name">Rosa</field>
275+ <field name="type">color</field>
276+ </record>
277+ <record id="product_color_rojo" model="product.product.features">
278+ <field name="name">Rojo</field>
279+ <field name="type">color</field>
280+ </record>
281+ <record id="product_color_verd" model="product.product.features">
282+ <field name="name">Verde</field>
283+ <field name="type">color</field>
284+ </record>
285+ <record id="product_color_vino" model="product.product.features">
286+ <field name="name">Vinotinto</field>
287+ <field name="type">color</field>
288+ </record>
289+
290+<!--Quality-->
291+ <record id="product_quality_a_5" model="product.product.features">
292+ <field name="name">Extra A</field>
293+ <field name="type">quality</field>
294+ </record>
295+ <record id="product_quality_bb" model="product.product.features">
296+ <field name="name">Extra B</field>
297+ <field name="type">quality</field>
298+ </record>
299+ <record id="product_quality_11" model="product.product.features">
300+ <field name="name">1ra</field>
301+ <field name="type">quality</field>
302+ </record>
303+ <record id="product_quality_22" model="product.product.features">
304+ <field name="name">2da</field>
305+ <field name="type">quality</field>
306+ </record>
307+ <record id="product_quality_33" model="product.product.features">
308+ <field name="name">Comercial</field>
309+ <field name="type">quality</field>
310+ </record>
311+
312+<!--Finish-->
313+ <record id="product_finish_rust" model="product.product.features">
314+ <field name="name">Rústico</field>
315+ <field name="type">finish</field>
316+ </record>
317+ <record id="product_finish_lava" model="product.product.features">
318+ <field name="name">Lavado</field>
319+ <field name="type">finish</field>
320+ </record>
321+ <record id="product_finish_flam" model="product.product.features">
322+ <field name="name">Flameado</field>
323+ <field name="type">finish</field>
324+ </record>
325+ <record id="product_finish_cepi" model="product.product.features">
326+ <field name="name">Cepillado</field>
327+ <field name="type">finish</field>
328+ </record>
329+ <record id="product_finish_apom" model="product.product.features">
330+ <field name="name">Apomazado</field>
331+ <field name="type">finish</field>
332+ </record>
333+ <record id="product_finish_brill" model="product.product.features">
334+ <field name="name">Brillado</field>
335+ <field name="type">finish</field>
336+ </record>
337+ <record id="product_finish_puli" model="product.product.features">
338+ <field name="name">Pulido</field>
339+ <field name="type">finish</field>
340+ </record>
341+ <record id="product_finish_ryp1" model="product.product.features">
342+ <field name="name">Resinado y pulido</field>
343+ <field name="type">finish</field>
344+ </record>
345+ <record id="product_finish_cart" model="product.product.features">
346+ <field name="name">Carateado</field>
347+ <field name="type">finish</field>
348+ </record>
349+ <record id="product_finish_cyp1" model="product.product.features">
350+ <field name="name">Carateado y pulido</field>
351+ <field name="type">finish</field>
352+ </record>
353+ <record id="product_finish_anti" model="product.product.features">
354+ <field name="name">Antiquizado</field>
355+ <field name="type">finish</field>
356+ </record>
357+ <record id="product_finish_pez" model="product.product.features">
358+ <field name="name">Piezas especiales</field>
359+ <field name="type">finish</field>
360+ </record>
361+
362+<!--Tile format-->
363+ <record id="product_tile_format_01" model="product.product.tile.format">
364+ <field name="length">0.300</field>
365+ <field name="heigth">0.600</field>
366+ </record>
367+ <record id="product_tile_format_02" model="product.product.tile.format">
368+ <field name="length">0.305</field>
369+ <field name="heigth">0.610</field>
370+ </record>
371+ <record id="product_tile_format_03" model="product.product.tile.format">
372+ <field name="length">0.300</field>
373+ <field name="heigth">0.300</field>
374+ </record>
375+ <record id="product_tile_format_04" model="product.product.tile.format">
376+ <field name="length">0.305</field>
377+ <field name="heigth">0.305</field>
378+ </record>
379+ <record id="product_tile_format_05" model="product.product.tile.format">
380+ <field name="length">0.060</field>
381+ <field name="heigth">0.250</field>
382+ </record>
383+ <record id="product_tile_format_06" model="product.product.tile.format">
384+ <field name="length">0.250</field>
385+ <field name="heigth">0.400</field>
386+ </record>
387+
388+<!--Pricelist Groups -->
389+ <record id="product_pricelist_group_pgn" model="product.product.pricelist.group">
390+ <field name="name">Planchas de Granito Nacional</field>
391+ </record>
392+ <record id="product_pricelist_group_pgi" model="product.product.pricelist.group">
393+ <field name="name">Planchas de Granito importado</field>
394+ </record>
395+ <record id="product_pricelist_group_pmt" model="product.product.pricelist.group">
396+ <field name="name">Planchas de Mármol y Travertino</field>
397+ </record>
398+ <record id="product_pricelist_group_bgn" model="product.product.pricelist.group">
399+ <field name="name">Baldosas de Granito Nacional</field>
400+ </record>
401+ <record id="product_pricelist_group_bgi" model="product.product.pricelist.group">
402+ <field name="name">Baldosas de Granito importado</field>
403+ </record>
404+ <record id="product_pricelist_group_bmt" model="product.product.pricelist.group">
405+ <field name="name">Baldosas de Mármol y Travertino</field>
406+ </record>
407+
408+ </data>
409+</openerp>
410
411=== added directory 'extra_UOM/demo'
412=== added file 'extra_UOM/demo/extra_UOM_demo.xml'
413--- extra_UOM/demo/extra_UOM_demo.xml 1970-01-01 00:00:00 +0000
414+++ extra_UOM/demo/extra_UOM_demo.xml 2011-11-10 18:46:24 +0000
415@@ -0,0 +1,5 @@
416+<?xml version="1.0" encoding="utf-8"?>
417+<openerp>
418+ <data>
419+ </data>
420+</openerp>
421
422=== added directory 'extra_UOM/i18n'
423=== added file 'extra_UOM/i18n/es_VE.po'
424--- extra_UOM/i18n/es_VE.po 1970-01-01 00:00:00 +0000
425+++ extra_UOM/i18n/es_VE.po 2011-11-10 18:46:24 +0000
426@@ -0,0 +1,315 @@
427+# Translation of OpenERP Server.
428+# This file contains the translation of the following modules:
429+# * extra_UOM
430+#
431+msgid ""
432+msgstr ""
433+"Project-Id-Version: OpenERP Server 6.0.3\n"
434+"Report-Msgid-Bugs-To: support@openerp.com\n"
435+"POT-Creation-Date: 2011-09-09 16:10+0000\n"
436+"PO-Revision-Date: 2011-09-09 16:10+0000\n"
437+"Last-Translator: <>\n"
438+"Language-Team: \n"
439+"MIME-Version: 1.0\n"
440+"Content-Type: text/plain; charset=UTF-8\n"
441+"Content-Transfer-Encoding: \n"
442+"Plural-Forms: \n"
443+
444+#. module: extra_UOM
445+#: field:stock.production.lot,lot_factor:0
446+msgid "Lot Factor"
447+msgstr "Factor del lote"
448+
449+#. module: extra_UOM
450+#: model:ir.model,name:extra_UOM.model_stock_production_lot
451+msgid "Production lot"
452+msgstr "Lote de producción"
453+
454+#. module: extra_UOM
455+#: field:stock.production.lot,width:0
456+msgid "Width (m)"
457+msgstr "Ancho (m)"
458+
459+#. module: extra_UOM
460+#: field:product.product,layout_id:0
461+#: field:product.product.layout,name:0
462+msgid "Layout"
463+msgstr "Presentación"
464+
465+#. module: extra_UOM
466+#: model:product.uom.categ,name:extra_UOM.categ_area
467+msgid "Area"
468+msgstr "Area"
469+
470+#. module: extra_UOM
471+#: field:product.product.tile.format,heigth:0
472+#: field:stock.production.lot,heigth:0
473+msgid "Heigth (m)"
474+msgstr "Alto (m)"
475+
476+#. module: extra_UOM
477+#: field:product.product,origin_country_id:0
478+msgid "Country of Origin"
479+msgstr "Pais de Origen"
480+
481+#. module: extra_UOM
482+#: constraint:stock.move:0
483+msgid "You must assign a production lot for this product"
484+msgstr "Debe asignar un lote de producción para este producto"
485+
486+#. module: extra_UOM
487+#: code:addons/extra_UOM/product.py:241
488+#: code:addons/extra_UOM/product.py:250
489+#, python-format
490+msgid "Unkoun stock driver (%s): %s"
491+msgstr "Manejador desconocido (%s): %s"
492+
493+#. module: extra_UOM
494+#: sql_constraint:stock.production.lot:0
495+msgid "The combination of serial number and internal reference must be unique !"
496+msgstr "¡La combinación de número de serie y referencia interna debe ser única!"
497+
498+#. module: extra_UOM
499+#: selection:product.product,stock_driver:0
500+msgid "Tile"
501+msgstr "Baldosa"
502+
503+#. module: extra_UOM
504+#: view:product.product:0
505+#: field:product.product,similarity_ids:0
506+msgid "Similar products"
507+msgstr "Productos similares"
508+
509+#. module: extra_UOM
510+#: model:ir.model,name:extra_UOM.model_product_product
511+msgid "Product"
512+msgstr "Producto"
513+
514+#. module: extra_UOM
515+#: field:product.product,finish_id:0
516+#: field:product.product.finish,name:0
517+msgid "Finish"
518+msgstr "Acabado"
519+
520+#. module: extra_UOM
521+#: view:product.product:0
522+msgid "Format"
523+msgstr "Formato"
524+
525+#. module: extra_UOM
526+#: constraint:stock.move:0
527+msgid "You try to assign a lot which is not from the same product"
528+msgstr "Está intentando asignar un lote que no es del mismo producto"
529+
530+#. module: extra_UOM
531+#: model:ir.model,name:extra_UOM.model_product_product_color
532+msgid "\n"
533+" OpenERP Model : product_product_color\n"
534+" "
535+msgstr "\n"
536+" OpenERP Model : product_product_color\n"
537+" "
538+
539+#. module: extra_UOM
540+#: field:product.product,material_id:0
541+#: field:product.product.material,name:0
542+msgid "Material"
543+msgstr "Material"
544+
545+#. module: extra_UOM
546+#: model:product.uom.categ,name:extra_UOM.categ_vol
547+msgid "Volume"
548+msgstr "Volumen"
549+
550+#. module: extra_UOM
551+#: field:product.product.tile.format,kit:0
552+msgid "Is kit"
553+msgstr "Es kit"
554+
555+#. module: extra_UOM
556+#: model:ir.model,name:extra_UOM.model_product_product_layout
557+msgid "\n"
558+" OpenERP Model : product_product_layout\n"
559+" "
560+msgstr "\n"
561+" OpenERP Model : product_product_layout\n"
562+" "
563+
564+#. module: extra_UOM
565+#: model:ir.model,name:extra_UOM.model_product_product_pricelist_group
566+msgid "\n"
567+" OpenERP Model : product_product_pricelist_group\n"
568+" "
569+msgstr "\n"
570+" OpenERP Model : product_product_pricelist_group\n"
571+" "
572+
573+#. module: extra_UOM
574+#: model:product.uom,name:extra_UOM.product_uom_m3
575+msgid "m3"
576+msgstr "m3"
577+
578+#. module: extra_UOM
579+#: view:product.product:0
580+msgid "Others"
581+msgstr "Otros"
582+
583+#. module: extra_UOM
584+#: model:ir.model,name:extra_UOM.model_product_product_material
585+msgid "\n"
586+" OpenERP Model : product_product_material\n"
587+" "
588+msgstr "\n"
589+" OpenERP Model : product_product_material\n"
590+" "
591+
592+#. module: extra_UOM
593+#: view:product.product:0
594+msgid "Special features"
595+msgstr "Características adicionales"
596+
597+#. module: extra_UOM
598+#: model:ir.model,name:extra_UOM.model_product_uom
599+msgid "Product Unit of Measure"
600+msgstr "Unidad de medida del producto"
601+
602+#. module: extra_UOM
603+#: sql_constraint:product.uom:0
604+msgid "The conversion ratio for a unit of measure cannot be 0!"
605+msgstr "¡El ratio de conversión para una unidad de medida no puede ser 0!"
606+
607+#. module: extra_UOM
608+#: view:product.product:0
609+msgid "Physical characteristics"
610+msgstr "Características físicas"
611+
612+#. module: extra_UOM
613+#: model:product.uom,name:extra_UOM.product_uom_m2
614+msgid "m2"
615+msgstr "m2"
616+
617+#. module: extra_UOM
618+#: model:ir.model,name:extra_UOM.model_product_product_finish
619+#: model:ir.model,name:extra_UOM.model_product_product_tile_format
620+msgid "\n"
621+" OpenERP Model : product_product_finish\n"
622+" "
623+msgstr "\n"
624+" OpenERP Model : product_product_finish\n"
625+" "
626+
627+#. module: extra_UOM
628+#: field:product.product,stock_driver:0
629+msgid "Stock driver"
630+msgstr "Manejador de Stock"
631+
632+#. module: extra_UOM
633+#: model:ir.module.module,shortdesc:extra_UOM.module_meta_information
634+msgid "Extra UOM functionallity for area & volume calculation"
635+msgstr "Extra UOM: Funcionalidad extra para cálculo de areas y volumenes"
636+
637+#. module: extra_UOM
638+#: code:addons/extra_UOM/product.py:241
639+#: code:addons/extra_UOM/product.py:250
640+#, python-format
641+msgid "Error"
642+msgstr "Error"
643+
644+#. module: extra_UOM
645+#: selection:product.product,stock_driver:0
646+msgid "Block"
647+msgstr "Bloque"
648+
649+#. module: extra_UOM
650+#: field:product.product,thickness:0
651+msgid "Thickness (mm)"
652+msgstr "Espesor (mm)"
653+
654+#. module: extra_UOM
655+#: model:ir.model,name:extra_UOM.model_product_product_quality
656+msgid "\n"
657+" OpenERP Model : product_product_quality\n"
658+" "
659+msgstr "\n"
660+" OpenERP Model : product_product_quality\n"
661+" "
662+
663+#. module: extra_UOM
664+#: model:ir.model,name:extra_UOM.model_stock_move
665+msgid "Stock Move"
666+msgstr "Movimiento stock"
667+
668+#. module: extra_UOM
669+#: field:product.product,color_id:0
670+#: field:product.product.color,name:0
671+msgid "Color"
672+msgstr "Color"
673+
674+#. module: extra_UOM
675+#: field:product.product,pricelist_group_id:0
676+#: field:product.product.pricelist.group,name:0
677+msgid "Pricelist group"
678+msgstr "Grupo lista de Precios"
679+
680+#. module: extra_UOM
681+#: model:ir.module.module,description:extra_UOM.module_meta_information
682+msgid "\n"
683+"Extends the functionality of the UOM module to incorporate a unique \n"
684+"function for calculating areas and volumes.\n"
685+" \n"
686+" Add in Decimal Precision: Extra UOM data & Stock Precision\n"
687+" Add in UOM Categories: Area & Volume\n"
688+" Add in UOM: m2, Slab, Tile, m3 & Block\n"
689+""
690+msgstr "\n"
691+"Extends the functionality of the UOM module to incorporate a unique \n"
692+"function for calculating areas and volumes.\n"
693+" \n"
694+" Add in Decimal Precision: Extra UOM data & Stock Precision\n"
695+" Add in UOM Categories: Area & Volume\n"
696+" Add in UOM: m2, Slab, Tile, m3 & Block\n"
697+""
698+
699+#. module: extra_UOM
700+#: selection:product.product,stock_driver:0
701+msgid "Normal"
702+msgstr "Normal"
703+
704+#. module: extra_UOM
705+#: field:product.product,tile_format_id:0
706+#: field:product.product.tile.format,name:0
707+msgid "Tile format"
708+msgstr "Formato de baldosas"
709+
710+#. module: extra_UOM
711+#: field:stock.move,pieces_qty:0
712+msgid "Pieces"
713+msgstr "Piezas"
714+
715+#. module: extra_UOM
716+#: field:product.product.tile.format,length:0
717+#: field:stock.production.lot,length:0
718+msgid "Length (m)"
719+msgstr "Largo (m)"
720+
721+#. module: extra_UOM
722+#: constraint:product.product:0
723+msgid "Error: Invalid ean code"
724+msgstr "Error: Código EAN erróneo"
725+
726+#. module: extra_UOM
727+#: model:product.uom,name:extra_UOM.product_uom_ml
728+msgid "ml"
729+msgstr "ml"
730+
731+#. module: extra_UOM
732+#: field:product.product,quality_id:0
733+#: field:product.product.quality,name:0
734+msgid "Quality"
735+msgstr "Calidad"
736+
737+#. module: extra_UOM
738+#: selection:product.product,stock_driver:0
739+msgid "Slab"
740+msgstr "Lámina"
741+
742
743=== added file 'extra_UOM/i18n/extra_UOM.pot.xxx'
744--- extra_UOM/i18n/extra_UOM.pot.xxx 1970-01-01 00:00:00 +0000
745+++ extra_UOM/i18n/extra_UOM.pot.xxx 2011-11-10 18:46:24 +0000
746@@ -0,0 +1,123 @@
747+# Translation of OpenERP Server.
748+# This file contains the translation of the following modules:
749+# * product_size
750+#
751+msgid ""
752+msgstr ""
753+"Project-Id-Version: OpenERP Server 5.0.6\n"
754+"Report-Msgid-Bugs-To: support@openerp.com\n"
755+"POT-Creation-Date: 2009-11-25 13:34:00+0000\n"
756+"PO-Revision-Date: 2009-11-25 13:34:00+0000\n"
757+"Last-Translator: <>\n"
758+"Language-Team: \n"
759+"MIME-Version: 1.0\n"
760+"Content-Type: text/plain; charset=UTF-8\n"
761+"Content-Transfer-Encoding: \n"
762+"Plural-Forms: \n"
763+
764+#. module: product_size
765+#: constraint:product.template:0
766+msgid "Error: UOS must be in a different category than the UOM"
767+msgstr ""
768+
769+#. module: product_size
770+#: constraint:product.product:0
771+#: constraint:res.partner:0
772+msgid "Error: Invalid EAN,UPC,JPC,GTIN code"
773+msgstr ""
774+
775+#. module: product_size
776+#: constraint:ir.ui.view:0
777+msgid "Invalid XML for View Architecture!"
778+msgstr ""
779+
780+#. module: product_size
781+#: model:product.uom,name:product_size.product_uom_ft
782+msgid "Ft"
783+msgstr ""
784+
785+#. module: product_size
786+#: view:product.product:0
787+msgid "Dimensions"
788+msgstr ""
789+
790+#. module: product_size
791+#: model:product.template,name:product_size.product_product_ampco21_product_template
792+msgid "AMPCO21 plate"
793+msgstr ""
794+
795+#. module: product_size
796+#: model:product.template,name:product_size.product_product_ampco25_cut_product_template
797+msgid "Ampco25 Rectangle Bar - Cutted"
798+msgstr ""
799+
800+#. module: product_size
801+#: constraint:product.template:0
802+msgid "Error: The default UOM and the purchase UOM must be in the same category."
803+msgstr ""
804+
805+#. module: product_size
806+#: model:product.uom,name:product_size.product_uom_m2
807+msgid "Sq.M"
808+msgstr ""
809+
810+#. module: product_size
811+#: constraint:res.company:0
812+msgid "Error! You can not create recursive companies."
813+msgstr ""
814+
815+#. module: product_size
816+#: model:product.uom.categ,name:product_size.product_uom_categ_size2
817+msgid "Square Length"
818+msgstr ""
819+
820+#. module: product_size
821+#: field:product.product,thickness:0
822+#: field:stock.production.lot,thickness:0
823+msgid "Thickness"
824+msgstr ""
825+
826+#. module: product_size
827+#: field:product.product,width:0
828+#: field:stock.production.lot,width:0
829+msgid "Width"
830+msgstr ""
831+
832+#. module: product_size
833+#: field:product.product,length:0
834+#: model:product.uom.categ,name:product_size.product_uom_categ_size
835+#: field:stock.production.lot,length:0
836+msgid "Length"
837+msgstr ""
838+
839+#. module: product_size
840+#: model:product.uom,name:product_size.product_uom_m
841+msgid "M"
842+msgstr ""
843+
844+#. module: product_size
845+#: constraint:mrp.bom:0
846+msgid "Error ! You can not create recursive BoM."
847+msgstr ""
848+
849+#. module: product_size
850+#: model:res.company,overdue_msg:product_size.main_company_sa
851+msgid "Would your payment have been carried out after this mail was sent, please consider the present one as void. Do not hesitate to contact our accounting department"
852+msgstr ""
853+
854+#. module: product_size
855+#: model:product.template,name:product_size.product_product_ampco25_product_template
856+msgid "Ampco25 Rectangle Bar"
857+msgstr ""
858+
859+#. module: product_size
860+#: model:ir.module.module,description:product_size.module_meta_information
861+msgid "Manage 3 dimensions size on lots.\n"
862+"Implements demo data for a complex workflow on steel."
863+msgstr ""
864+
865+#. module: product_size
866+#: model:ir.module.module,shortdesc:product_size.module_meta_information
867+msgid "Sizes of lots (width, length, thickness)"
868+msgstr ""
869+
870
871=== added file 'extra_UOM/i18n/fr_BE.po.xxx'
872--- extra_UOM/i18n/fr_BE.po.xxx 1970-01-01 00:00:00 +0000
873+++ extra_UOM/i18n/fr_BE.po.xxx 2011-11-10 18:46:24 +0000
874@@ -0,0 +1,123 @@
875+# Translation of OpenERP Server.
876+# This file contains the translation of the following modules:
877+# * product_size
878+#
879+msgid ""
880+msgstr ""
881+"Project-Id-Version: OpenERP Server 5.0.6\n"
882+"Report-Msgid-Bugs-To: support@openerp.com\n"
883+"POT-Creation-Date: 2009-11-25 13:34:00+0000\n"
884+"PO-Revision-Date: 2009-11-25 13:34:00+0000\n"
885+"Last-Translator: <>\n"
886+"Language-Team: \n"
887+"MIME-Version: 1.0\n"
888+"Content-Type: text/plain; charset=UTF-8\n"
889+"Content-Transfer-Encoding: \n"
890+"Plural-Forms: \n"
891+
892+#. module: product_size
893+#: constraint:product.template:0
894+msgid "Error: UOS must be in a different category than the UOM"
895+msgstr ""
896+
897+#. module: product_size
898+#: constraint:product.product:0
899+#: constraint:res.partner:0
900+msgid "Error: Invalid EAN,UPC,JPC,GTIN code"
901+msgstr ""
902+
903+#. module: product_size
904+#: constraint:ir.ui.view:0
905+msgid "Invalid XML for View Architecture!"
906+msgstr ""
907+
908+#. module: product_size
909+#: model:product.uom,name:product_size.product_uom_ft
910+msgid "Ft"
911+msgstr ""
912+
913+#. module: product_size
914+#: view:product.product:0
915+msgid "Dimensions"
916+msgstr ""
917+
918+#. module: product_size
919+#: model:product.template,name:product_size.product_product_ampco21_product_template
920+msgid "AMPCO21 plate"
921+msgstr ""
922+
923+#. module: product_size
924+#: model:product.template,name:product_size.product_product_ampco25_cut_product_template
925+msgid "Ampco25 Rectangle Bar - Cutted"
926+msgstr ""
927+
928+#. module: product_size
929+#: constraint:product.template:0
930+msgid "Error: The default UOM and the purchase UOM must be in the same category."
931+msgstr ""
932+
933+#. module: product_size
934+#: model:product.uom,name:product_size.product_uom_m2
935+msgid "Sq.M"
936+msgstr ""
937+
938+#. module: product_size
939+#: constraint:res.company:0
940+msgid "Error! You can not create recursive companies."
941+msgstr ""
942+
943+#. module: product_size
944+#: model:product.uom.categ,name:product_size.product_uom_categ_size2
945+msgid "Square Length"
946+msgstr ""
947+
948+#. module: product_size
949+#: field:product.product,thickness:0
950+#: field:stock.production.lot,thickness:0
951+msgid "Thickness"
952+msgstr ""
953+
954+#. module: product_size
955+#: field:product.product,width:0
956+#: field:stock.production.lot,width:0
957+msgid "Width"
958+msgstr ""
959+
960+#. module: product_size
961+#: field:product.product,length:0
962+#: model:product.uom.categ,name:product_size.product_uom_categ_size
963+#: field:stock.production.lot,length:0
964+msgid "Length"
965+msgstr ""
966+
967+#. module: product_size
968+#: model:product.uom,name:product_size.product_uom_m
969+msgid "M"
970+msgstr ""
971+
972+#. module: product_size
973+#: constraint:mrp.bom:0
974+msgid "Error ! You can not create recursive BoM."
975+msgstr ""
976+
977+#. module: product_size
978+#: model:res.company,overdue_msg:product_size.main_company_sa
979+msgid "Would your payment have been carried out after this mail was sent, please consider the present one as void. Do not hesitate to contact our accounting department"
980+msgstr ""
981+
982+#. module: product_size
983+#: model:product.template,name:product_size.product_product_ampco25_product_template
984+msgid "Ampco25 Rectangle Bar"
985+msgstr ""
986+
987+#. module: product_size
988+#: model:ir.module.module,description:product_size.module_meta_information
989+msgid "Manage 3 dimensions size on lots.\n"
990+"Implements demo data for a complex workflow on steel."
991+msgstr ""
992+
993+#. module: product_size
994+#: model:ir.module.module,shortdesc:product_size.module_meta_information
995+msgid "Sizes of lots (width, length, thickness)"
996+msgstr ""
997+
998
999=== added directory 'extra_UOM/model'
1000=== added file 'extra_UOM/model/__init__.py'
1001--- extra_UOM/model/__init__.py 1970-01-01 00:00:00 +0000
1002+++ extra_UOM/model/__init__.py 2011-11-10 18:46:24 +0000
1003@@ -0,0 +1,25 @@
1004+# -*- coding: utf-8 -*-
1005+##############################################################################
1006+#
1007+# OpenERP, Open Source Management Solution
1008+#
1009+# This program is free software: you can redistribute it and/or modify
1010+# it under the terms of the GNU Affero General Public License as
1011+# published by the Free Software Foundation, either version 3 of the
1012+# License, or (at your option) any later version.
1013+#
1014+# This program is distributed in the hope that it will be useful,
1015+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1016+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1017+# GNU Affero General Public License for more details.
1018+#
1019+# You should have received a copy of the GNU Affero General Public License
1020+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1021+#
1022+##############################################################################
1023+import extra_UOM
1024+import product
1025+import sale
1026+import stock
1027+import account_invoice
1028+import purchase
1029
1030=== added file 'extra_UOM/model/account_invoice.py'
1031--- extra_UOM/model/account_invoice.py 1970-01-01 00:00:00 +0000
1032+++ extra_UOM/model/account_invoice.py 2011-11-10 18:46:24 +0000
1033@@ -0,0 +1,34 @@
1034+
1035+# -*- coding: utf-8 -*-
1036+##############################################################################
1037+#
1038+# OpenERP, Open Source Management Solution
1039+#
1040+# This program is free software: you can redistribute it and/or modify
1041+# it under the terms of the GNU Affero General Public License as
1042+# published by the Free Software Foundation, either version 3 of the
1043+# License, or (at your option) any later version.
1044+#
1045+# This program is distributed in the hope that it will be useful,
1046+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1047+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1048+# GNU Affero General Public License for more details.
1049+#
1050+# You should have received a copy of the GNU Affero General Public License
1051+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1052+#
1053+##############################################################################
1054+from osv import fields,osv
1055+import decimal_precision as dp
1056+from tools.translate import _
1057+
1058+
1059+class account_invoice_line(osv.osv):
1060+ _inherit = "account.invoice.line"
1061+
1062+ _columns = {
1063+ 'prod_lot_id':fields.many2one('stock.production.lot','Production lot'),
1064+ 'pieces':fields.integer('Pieces',require=True),
1065+ }
1066+
1067+account_invoice_line()
1068
1069=== added file 'extra_UOM/model/extra_UOM.py'
1070--- extra_UOM/model/extra_UOM.py 1970-01-01 00:00:00 +0000
1071+++ extra_UOM/model/extra_UOM.py 2011-11-10 18:46:24 +0000
1072@@ -0,0 +1,123 @@
1073+# -*- encoding: utf-8 -*-
1074+##############################################################################
1075+#
1076+# OpenERP, Open Source Management Solution
1077+#
1078+# This program is free software: you can redistribute it and/or modify
1079+# it under the terms of the GNU Affero General Public License as
1080+# published by the Free Software Foundation, either version 3 of the
1081+# License, or (at your option) any later version.
1082+#
1083+# This program is distributed in the hope that it will be useful,
1084+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1085+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1086+# GNU Affero General Public License for more details.
1087+#
1088+# You should have received a copy of the GNU Affero General Public License
1089+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1090+#
1091+##############################################################################
1092+
1093+#import datetime
1094+from osv import fields,osv
1095+import pooler
1096+import decimal_precision as dp
1097+
1098+
1099+#this code must be in stock.py
1100+class stock_production_lot(osv.osv):
1101+
1102+ _inherit = 'stock.production.lot'
1103+
1104+
1105+ def _calc_lot_area(self, l, h, w):
1106+ obj_uom = self.pool.get('product.uom')
1107+ r = obj_uom._calc_area(l,h)
1108+ if w:
1109+ r = obj_uom._calc_area(r,w)
1110+ return r
1111+
1112+
1113+ def _calc_lot_factor(self, cr, uid, ids, name, arg, context=None):
1114+ if context is None:
1115+ context = {}
1116+ if not len(ids):
1117+ return []
1118+ res = {}
1119+ for id in ids:
1120+ # creates a UOM model to calculate lot factor
1121+ r_brw = self.browse(cr, uid, id, context)
1122+ res[id] = self._calc_lot_area(r_brw.length, r_brw.heigth, r_brw.width)
1123+# obj_uom = self.pool.get('product.uom')
1124+# r = self.read(cr, uid, id, ['length','heigth','width'], context)
1125+# res[id] = obj_uom._calc_area(r['length'],r['heigth'])
1126+# if r['width']:
1127+# res[id] = obj_uom._calc_area(res[id],r['width'])
1128+ return res
1129+
1130+
1131+ def on_change_size(self, cr, uid, ids, length, heigth, width):
1132+ res = {'value':{'lot_factor':self._calc_lot_area(length, heigth, width)}}
1133+ return res
1134+
1135+ #~ PORQUE EL ESTA DICIENDO QUE NO USEMOS ESTE CAMPO Y USEMOS WAREHOUSE QUE
1136+ #~ ES LO QUE SE QUIERE CON ELLO
1137+ _columns = {
1138+ 'length': fields.float('Length (m)', digits_compute=dp.get_precision('Extra UOM data')),
1139+ 'width': fields.float('Width (m)', digits_compute=dp.get_precision('Extra UOM data')),
1140+ 'heigth': fields.float('Heigth (m)', digits_compute=dp.get_precision('Extra UOM data')),
1141+# 'lot_location': fields.char('Location', size=10, translate=True), # don't use this field use wharehouse
1142+ 'lot_factor': fields.function(_calc_lot_factor, method=True, type="float", string='Lot Factor', digits_compute=dp.get_precision('Product UoM')),
1143+ }
1144+
1145+
1146+ _defaults = {
1147+ 'length':0.0,
1148+ 'width' :0.0,
1149+ 'heigth':0.0,
1150+ }
1151+
1152+
1153+ _sql_constraints = [
1154+ ('length_gt_zero', 'CHECK (length>=0)', 'The length must be >= 0!'),
1155+ ('width_gt_zero', 'CHECK (width>=0)', 'The width must be >= 0!'),
1156+ ('heigth_gt_zero', 'CHECK (heigth>=0)', 'The heigth must be >= 0!'),
1157+ ]
1158+
1159+
1160+ def name_get(self,cr, uid, ids, context):
1161+ if not len(ids):
1162+ return []
1163+# reads = self.read(cr, uid, ids, ['id','name', 'prefix', 'ref','length','heigth','width','lot_factor','move_ids'], context)
1164+ reads = self.browse(cr, uid, ids, context)
1165+# l = self.pool.get('stock.production.lot').browse(cr,uid,ids)
1166+ res = []
1167+ for r in reads:
1168+ #TODO optimize with only one read for all ids, or maybe use "self" data
1169+ l = self.pool.get('stock.production.lot').browse(cr,uid,r['id'])
1170+ drv = l.product_id.stock_driver
1171+ if drv == 'tile':
1172+ name = '%s (%sx%s)' % (r.name.strip(),r.length,r.heigth)
1173+ elif drv == 'slab':
1174+ name = '%s (%sx%s)' % (r.name.strip(),r.length,r.heigth)
1175+ elif drv == 'block':
1176+ name = '%s (%sx%sx%s)' % (r.name.strip(),r.length,r.heigth,r.width)
1177+ else: # call inherited name_get()
1178+ this_id = [r.id]
1179+ super_name = super(stock_production_lot,self).name_get(cr, uid, this_id, context)
1180+ name = super_name[0][-1]
1181+ res.append((r.id, name))
1182+ return res
1183+stock_production_lot()
1184+
1185+# IMPORTANTE:
1186+# En sale_order se debe incorporar una validacion que impida vender un lote parcial si el stock_driver es slab o block
1187+
1188+#class sale_order(osv.osv):
1189+# _inherit = 'sale.order.line'
1190+# _columns = {
1191+# 'prodlot_id' : fields.many2one('stock.production.lot', 'Production lot', help="Production lot is used to put a serial number on the production"),
1192+# }
1193+#sale_order()
1194+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
1195+
1196
1197=== added file 'extra_UOM/model/product.py'
1198--- extra_UOM/model/product.py 1970-01-01 00:00:00 +0000
1199+++ extra_UOM/model/product.py 2011-11-10 18:46:24 +0000
1200@@ -0,0 +1,216 @@
1201+# -*- coding: utf-8 -*-
1202+##############################################################################
1203+#
1204+# OpenERP, Open Source Management Solution
1205+#
1206+# This program is free software: you can redistribute it and/or modify
1207+# it under the terms of the GNU Affero General Public License as
1208+# published by the Free Software Foundation, either version 3 of the
1209+# License, or (at your option) any later version.
1210+#
1211+# This program is distributed in the hope that it will be useful,
1212+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1213+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1214+# GNU Affero General Public License for more details.
1215+#
1216+# You should have received a copy of the GNU Affero General Public License
1217+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1218+#
1219+##############################################################################
1220+from osv import fields,osv
1221+import decimal_precision as dp
1222+from tools.translate import _
1223+
1224+
1225+
1226+
1227+class product_product_features(osv.osv):
1228+
1229+ _name = 'product.product.features'
1230+
1231+ _columns = {
1232+ 'name':fields.char('Name',128,required=True),
1233+ 'type':fields.selection([('layout','Layout'),('quality','Quality'),('material','Material'),('color','Color'),('finish','Finish')],'Type', required = True),
1234+
1235+ }
1236+ _defaults = {
1237+ 'name': lambda *a: None,
1238+ 'type': lambda *a: 'layout',
1239+ }
1240+
1241+
1242+product_product_features()
1243+
1244+class product_product_tile_format(osv.osv):
1245+ """
1246+ OpenERP Model : product_product_finish
1247+ """
1248+
1249+ _name = 'product.product.tile.format'
1250+ _description = __doc__
1251+
1252+# def _calc_name(self, cr, uid, ids, name, arg, context=None):
1253+# if context is None:
1254+# context = {}
1255+# if not len(ids):
1256+# return []
1257+# res = []
1258+# for id in ids:
1259+# r = self.read(cr, uid, id, [], context)
1260+# print r
1261+# name = '(%sx%s)' % (r['length']+100,r['heigth']*100)
1262+# res.append((r['id'], name))
1263+# return res
1264+
1265+ #TODO el campo name no se necesita pero si no se pone da error
1266+ #TODO probablemente la solucion sea crear name como campo function en lugar de usar el get_name
1267+ _columns = {
1268+ 'name':fields.char('Tile format', size=16, required=False, readonly=True),
1269+# 'name': fields.function(_calc_name, method=True, type="string", string='Format'),
1270+
1271+ 'length': fields.float('Length (m)', digits_compute=dp.get_precision('Extra UOM data')),
1272+ 'heigth': fields.float('Heigth (m)', digits_compute=dp.get_precision('Extra UOM data')),
1273+ 'kit':fields.boolean('Is kit')
1274+ }
1275+ _defaults = {
1276+ 'length': lambda *a: 0,
1277+ 'heigth': lambda *a: 0,
1278+ 'kit': lambda *a: False,
1279+ }
1280+
1281+ def name_get(self,cr, uid, ids, context):
1282+ if not len(ids):
1283+ return []
1284+ reads = self.read(cr, uid, ids, [], context)
1285+ res = []
1286+ for r in reads:
1287+ name = '(%s x %s) cm' % (r['length']*100,r['heigth']*100)
1288+ res.append((r['id'], name))
1289+ return res
1290+product_product_tile_format()
1291+
1292+
1293+class product_product_pricelist_group(osv.osv):
1294+ """
1295+ OpenERP Model : product_product_pricelist_group
1296+ """
1297+
1298+ _name = 'product.product.pricelist.group'
1299+ _description = __doc__
1300+
1301+ _columns = {
1302+ 'name':fields.char('Pricelist group', size=64, required=False, readonly=False),
1303+ }
1304+ _defaults = {
1305+ 'name': lambda *a: None,
1306+ }
1307+product_product_pricelist_group()
1308+
1309+
1310+class product_product(osv.osv):
1311+ # TODO product.procudt or product.template
1312+ _inherit = 'product.product'
1313+
1314+ _columns = {
1315+ 'stock_driver' : fields.selection([('normal','Normal'),('tile','Tile'),('slab', 'Slab'), ('block', 'Block')], 'Stock driver', required=True,
1316+ help='This field set the internal metod to handle stock'),
1317+ 'material_id': fields.many2one('product.product.features', 'Material', domain=[('type','=','material')]),
1318+ 'layout_id': fields.many2one('product.product.features', 'Layout', domain=[('type','=','layout')]),
1319+ 'color_id': fields.many2one('product.product.features', 'Color', domain=[('type','=','color')]),
1320+ 'quality_id': fields.many2one('product.product.features', 'Quality', domain=[('type','=','quality')]),
1321+ 'finish_id': fields.many2one('product.product.features', 'Finish', domain=[('type','=','finish')]),
1322+ 'tile_format_id': fields.many2one('product.product.tile.format', 'Tile format'),
1323+ 'thickness':fields.integer('Thickness (mm)'),
1324+ 'pricelist_group_id': fields.many2one('product.product.pricelist.group', 'Pricelist group'),
1325+ 'origin_country_id': fields.many2one('res.country', 'Country of Origin'),
1326+ 'similarity_ids': fields.many2many('product.product', 'rel_product_product_similarity', 'product_id1', 'product_id2', 'Similar products')
1327+# TODO incorporar siglas (para las 6 letras del codigo) [GRILEO] GRIS LEONA
1328+ }
1329+
1330+ _defaults = {
1331+ 'stock_driver' : lambda *a : 'normal',
1332+ 'thickness': lambda *a : 0,
1333+ }
1334+
1335+ _sql_constraints = [
1336+ ('thickness_gt_zero', 'CHECK (thickness>=0)', 'The thickness must be >= 0!'),
1337+# ('volume_gt_zero', 'CHECK (volume>=0)', 'The volume must be >= 0!'),
1338+# ('weight_gt_zero', 'CHECK (weight>=0)', 'The weight must be >= 0!'),
1339+# ('weight_net_gt_zero', 'CHECK (weight_net>=0)', 'The net weight must be >= 0!'),
1340+ ]
1341+
1342+
1343+product_product()
1344+
1345+
1346+class product_uom(osv.osv):
1347+ _inherit = 'product.uom'
1348+
1349+# def _compute_qty(self, cr, uid, from_uom_id, qty, to_uom_id=False):
1350+## print '_compute_qty: %s' % (qty)
1351+##TODO: Sentencia IF que verifica si debo usar el estandard o el personalizado.
1352+# return super(product_uom,self)._compute_qty(cr, uid, from_uom_id, qty, to_uom_id)
1353+
1354+# def _compute_qty_obj(self, cr, uid, from_unit, qty, to_unit, context=None):
1355+## print '_compute_qty_obj: %s % s' % (from_unit.name, to_unit.name)
1356+# return super(product_uom,self)._compute_qty_obj(cr, uid, from_unit, qty, to_unit, context)
1357+
1358+# def _compute_price(self, cr, uid, from_uom_id, price, to_uom_id=False):
1359+## print '_compute_price: %s' % (price)
1360+# return super(product_uom,self)._compute_price(cr, uid, from_uom_id, price, to_uom_id)
1361+
1362+ #Tabla de Readonly
1363+
1364+##############################################################
1365+# # Qty # Peces # Length # Heigth # Width #
1366+# # # # # # #
1367+# Normal # # R # R # R # R #
1368+# # # # # # #
1369+# Tile # R # # R # R # R #
1370+# # # # # # #
1371+# Slab # R # # # # R #
1372+# # # # # # #
1373+# Block # R # # # # #
1374+# # # # # # #
1375+##############################################################
1376+# R = Reanonly
1377+
1378+
1379+ # New metods for area calculation
1380+ def _calc_area(self,f1,f2):
1381+ '''Calculates an truncate f1*f2, set 4 decimal places
1382+ No error check'''
1383+ return int(f1*f2*10000)/10000.0
1384+
1385+ def _compute_area_tile(self, cr, uid, pieces, length, heigth, context=None):
1386+ return self._calc_area(pieces,self._calc_area(length,heigth))
1387+
1388+ def _compute_area_slab(self, cr, uid, length, heigth, context=None):
1389+ return self._calc_area(length,heigth)
1390+
1391+ def _compute_area_block(self, cr, uid, length, heigth, width, context=None):
1392+ return self._calc_area(width,self._calc_area(length,heigth))
1393+
1394+ def _compute_area(self, cr, uid, driver, pieces, length, heigth, width, context=None):
1395+ #TODO check all values for inconsistencies f.ex length=None
1396+ if driver == 'tile':
1397+ return self._compute_area_tile(cr, uid, pieces, length, heigth)
1398+ elif driver == 'slab':
1399+ return self._compute_area_slab(cr, uid, length, heigth)
1400+ elif driver == 'block':
1401+ return self._compute_area_block(cr, uid, length, heigth, width)
1402+ else:
1403+ raise osv.except_osv(_('Error'), _('Unkoun stock driver (%s): %s')%('product_uom._compute_area',driver,))
1404+
1405+ # New metods for pieces calculation
1406+ def _compute_pieces(self, cr, uid, driver, area, lot_factor, context=None):
1407+ if driver == 'tile':
1408+ return lot_factor and int(area / lot_factor)
1409+ elif driver in ('slab','block'):
1410+ return 1 #In slab y block allways pieces = 1
1411+ else:
1412+ raise osv.except_osv(_('Error'), _('Unkoun stock driver (%s): %s')%('product_uom._compute_pieces',driver,))
1413+
1414+product_uom()
1415+
1416+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
1417
1418=== added file 'extra_UOM/model/purchase.py'
1419--- extra_UOM/model/purchase.py 1970-01-01 00:00:00 +0000
1420+++ extra_UOM/model/purchase.py 2011-11-10 18:46:24 +0000
1421@@ -0,0 +1,154 @@
1422+# -*- coding: utf-8 -*-
1423+##############################################################################
1424+#
1425+# OpenERP, Open Source Management Solution
1426+#
1427+# This program is free software: you can redistribute it and/or modify
1428+# it under the terms of the GNU Affero General Public License as
1429+# published by the Free Software Foundation, either version 3 of the
1430+# License, or (at your option) any later version.
1431+#
1432+# This program is distributed in the hope that it will be useful,
1433+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1434+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1435+# GNU Affero General Public License for more details.
1436+#
1437+# You should have received a copy of the GNU Affero General Public License
1438+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1439+#
1440+##############################################################################
1441+from osv import fields,osv
1442+import decimal_precision as dp
1443+import netsvc
1444+from tools.translate import _
1445+
1446+class purchase_order_line(osv.osv):
1447+
1448+
1449+ def product_id_change(self, cr, uid, ids, pricelist, product, qty, uom, partner_id, date_order=False, fiscal_position=False, date_planned=False, name=False, price_unit=False, notes=False):
1450+ '''
1451+ This method loads the withholding concept to a product automatically
1452+ '''
1453+ res = super(purchase_order_line, self).product_id_change(cr, uid, ids, pricelist, product, qty, uom, partner_id, date_order, fiscal_position, date_planned, name, price_unit, notes)
1454+ if product:
1455+ product_obj = self.pool.get('product.product')
1456+ produc_brw = product_obj.browse(cr,uid,product)
1457+ res['value']['track_incoming']=produc_brw.track_incoming
1458+ else:
1459+ res['value']['track_incoming']= False
1460+ print 'ESTO ES EEL ONCHANGE DE PRODUCT OUM EXTRZA'
1461+
1462+ return res
1463+
1464+
1465+ def on_change_qty(self,cr,uid,ids,product_id,id_lot,context=None):
1466+ if not context:
1467+ context = {}
1468+ res = {'value': {}}
1469+
1470+ if id_lot and product_id:
1471+ spl_obj = self.pool.get('stock.production.lot')
1472+ spl_brw = spl_obj.browse(cr,uid,id_lot)
1473+ pieces = self.on_change_piece(cr,uid,ids,product_id,id_lot,context=None)
1474+ res['value'].update({'pieces':pieces})
1475+ res['value'].update({'product_uom_qty':pieces*spl_brw.lot_factor})
1476+ return res
1477+
1478+ def on_change_piece(self,cr,uid,ids,product_id,id_lot,context=None):
1479+ if not context:
1480+ context = {}
1481+ stock_obj = self.pool.get('stock.production.lot')
1482+ if id_lot and product_id:
1483+ lot_brw = stock_obj.browse(cr,uid,id_lot)
1484+ print "lot_Factor",lot_brw.lot_factor
1485+ print "stock_available",lot_brw.stock_available
1486+
1487+ return lot_brw.lot_factor and int(lot_brw.stock_available/lot_brw.lot_factor) or 0
1488+
1489+
1490+
1491+ # TODO product.procudt or product.template
1492+ _inherit = 'purchase.order.line'
1493+
1494+ _columns = {
1495+ 'prod_lot_id':fields.many2one('stock.production.lot','Production lot'),
1496+ 'pieces':fields.integer('Pieces',require=True),
1497+ 'track_incoming':fields.boolean('Track Incoming Lot'),
1498+ }
1499+ # TODO agregar validacion para requerir el nro de lote (track_outgoing)
1500+
1501+
1502+
1503+purchase_order_line()
1504+
1505+
1506+
1507+
1508+class purchase_order(osv.osv):
1509+
1510+ _inherit = 'purchase.order'
1511+
1512+ def inv_line_create(self, cr, uid, a, ol):
1513+ '''
1514+ This method adds the withholding concept to an invoice.
1515+ '''
1516+ data = super(purchase_order, self).inv_line_create(cr, uid, a, ol)
1517+ data[2]['prod_lot_id'] = ol.prod_lot_id and ol.prod_lot_id.id
1518+ data[2]['pieces'] = ol.pieces
1519+ data[2]['track_incoming'] = ol.track_incoming
1520+ return data
1521+
1522+ def action_picking_create(self,cr, uid, ids, *args):
1523+ picking_id = False
1524+ for order in self.browse(cr, uid, ids):
1525+ loc_id = order.partner_id.property_stock_supplier.id
1526+ istate = 'none'
1527+ if order.invoice_method=='picking':
1528+ istate = '2binvoiced'
1529+ pick_name = self.pool.get('ir.sequence').get(cr, uid, 'stock.picking.in')
1530+ picking_id = self.pool.get('stock.picking').create(cr, uid, {
1531+ 'name': pick_name,
1532+ 'origin': order.name+((order.origin and (':'+order.origin)) or ''),
1533+ 'type': 'in',
1534+ 'address_id': order.dest_address_id.id or order.partner_address_id.id,
1535+ 'invoice_state': istate,
1536+ 'purchase_id': order.id,
1537+ 'company_id': order.company_id.id,
1538+ 'move_lines' : [],
1539+ })
1540+ todo_moves = []
1541+ for order_line in order.order_line:
1542+ if not order_line.product_id:
1543+ continue
1544+ if order_line.product_id.product_tmpl_id.type in ('product', 'consu'):
1545+ dest = order.location_id.id
1546+ move = self.pool.get('stock.move').create(cr, uid, {
1547+ 'name': order.name + ': ' +(order_line.name or ''),
1548+ 'product_id': order_line.product_id.id,
1549+ 'product_qty': order_line.product_qty,
1550+ 'product_uos_qty': order_line.product_qty,
1551+ 'prodlot_id':order_line.prod_lot_id.id,
1552+ 'pieces':order_line.pieces,
1553+ 'product_uom': order_line.product_uom.id,
1554+ 'product_uos': order_line.product_uom.id,
1555+ 'date': order_line.date_planned,
1556+ 'date_expected': order_line.date_planned,
1557+ 'location_id': loc_id,
1558+ 'location_dest_id': dest,
1559+ 'picking_id': picking_id,
1560+ 'move_dest_id': order_line.move_dest_id.id,
1561+ 'state': 'draft',
1562+ 'purchase_line_id': order_line.id,
1563+ 'company_id': order.company_id.id,
1564+ 'price_unit': order_line.price_unit
1565+ })
1566+ if order_line.move_dest_id:
1567+ self.pool.get('stock.move').write(cr, uid, [order_line.move_dest_id.id], {'location_id':order.location_id.id})
1568+ todo_moves.append(move)
1569+ self.pool.get('stock.move').action_confirm(cr, uid, todo_moves)
1570+ self.pool.get('stock.move').force_assign(cr, uid, todo_moves)
1571+ wf_service = netsvc.LocalService("workflow")
1572+ wf_service.trg_validate(uid, 'stock.picking', picking_id, 'button_confirm', cr)
1573+ return picking_id
1574+purchase_order()
1575+
1576
1577=== added file 'extra_UOM/model/sale.py'
1578--- extra_UOM/model/sale.py 1970-01-01 00:00:00 +0000
1579+++ extra_UOM/model/sale.py 2011-11-10 18:46:24 +0000
1580@@ -0,0 +1,110 @@
1581+# -*- coding: utf-8 -*-
1582+##############################################################################
1583+#
1584+# OpenERP, Open Source Management Solution
1585+#
1586+# This program is free software: you can redistribute it and/or modify
1587+# it under the terms of the GNU Affero General Public License as
1588+# published by the Free Software Foundation, either version 3 of the
1589+# License, or (at your option) any later version.
1590+#
1591+# This program is distributed in the hope that it will be useful,
1592+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1593+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1594+# GNU Affero General Public License for more details.
1595+#
1596+# You should have received a copy of the GNU Affero General Public License
1597+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1598+#
1599+##############################################################################
1600+from osv import fields,osv
1601+import decimal_precision as dp
1602+from tools.translate import _
1603+
1604+class sale_order_line(osv.osv):
1605+
1606+ def invoice_line_create(self, cr, uid, ids, context={}):
1607+ create_ids = super(sale_order_line, self).invoice_line_create(cr, uid, ids, context)
1608+ invoice_line_brws = self.pool.get('account.invoice.line').browse(cr, uid, create_ids)
1609+ order_line_sale_brws = self.browse(cr, uid, ids)
1610+ for line_invoice in invoice_line_brws: #lineas de la factura
1611+ for line_sale in order_line_sale_brws: #lineas de la orden de venta
1612+ if line_sale.product_id==line_invoice.product_id: #si es la misma linea
1613+ self.pool.get('account.invoice.line').write(cr, uid, line_invoice.id, {'prod_lot_id':line_sale.prod_lot_id.id,'pieces':line_sale.pieces,'track_outgoing':line_sale.track_outgoing})
1614+ return create_ids
1615+
1616+
1617+
1618+
1619+ def product_id_change(self, cr, uid, ids, pricelist, product, qty=0,uom=False, qty_uos=0, uos=False, name='', partner_id=False,lang=False, update_tax=True, date_order=False, packaging=False, fiscal_position=False, flag=False):
1620+
1621+ res = super(sale_order_line, self).product_id_change(cr, uid, ids, pricelist, product, qty,uom, qty_uos, uos, name, partner_id,lang, update_tax, date_order, packaging, fiscal_position, flag)
1622+ if product:
1623+ product_obj = self.pool.get('product.product')
1624+ produc_brw = product_obj.browse(cr,uid,product)
1625+ res['value']['track_outgoing']=produc_brw.track_outgoing
1626+ else:
1627+ res['value']['track_outgoing']= False
1628+
1629+ return res
1630+
1631+
1632+
1633+
1634+
1635+ def on_change_qty(self,cr,uid,ids,product_id,id_lot,context=None):
1636+ if not context:
1637+ context = {}
1638+ res = {'value': {}}
1639+
1640+ if id_lot and product_id:
1641+ spl_obj = self.pool.get('stock.production.lot')
1642+ spl_brw = spl_obj.browse(cr,uid,id_lot)
1643+ pieces = self.on_change_piece(cr,uid,ids,product_id,id_lot,context=None)
1644+ res['value'].update({'pieces':pieces})
1645+ res['value'].update({'product_uom_qty':pieces*spl_brw.lot_factor})
1646+ return res
1647+
1648+ def on_change_piece(self,cr,uid,ids,product_id,id_lot,context=None):
1649+ if not context:
1650+ context = {}
1651+ stock_obj = self.pool.get('stock.production.lot')
1652+ if id_lot and product_id:
1653+ lot_brw = stock_obj.browse(cr,uid,id_lot)
1654+
1655+ return lot_brw.lot_factor and int(lot_brw.stock_available/lot_brw.lot_factor) or 0
1656+
1657+ # TODO product.procudt or product.template
1658+ _inherit = 'sale.order.line'
1659+
1660+ _columns = {
1661+ 'prod_lot_id':fields.many2one('stock.production.lot','Production lot'),
1662+ 'pieces':fields.integer('Pieces',require=True),
1663+ 'track_outgoing':fields.boolean('Track Outgoing Lot'),
1664+ }
1665+ # TODO agregar validacion para requerir el nro de lote (track_outgoing)
1666+
1667+
1668+
1669+sale_order_line()
1670+
1671+class sale_order(osv.osv):
1672+
1673+ def action_ship_create(self, cr, uid, ids, *args):
1674+ result = super(sale_order, self).action_ship_create(cr, uid, ids, *args)
1675+ for order in self.browse(cr, uid, ids, context={}):
1676+ for ol in order.order_line:
1677+ for sm in ol.move_ids:
1678+ self.pool.get('stock.move').write(cr, uid, sm.id, {
1679+ 'prodlot_id':ol.prod_lot_id and ol.prod_lot_id.id,'pieces_qty':ol.pieces})
1680+ return result
1681+
1682+ _inherit = 'sale.order'
1683+
1684+
1685+
1686+
1687+
1688+sale_order()
1689+
1690+
1691
1692=== added file 'extra_UOM/model/stock.py'
1693--- extra_UOM/model/stock.py 1970-01-01 00:00:00 +0000
1694+++ extra_UOM/model/stock.py 2011-11-10 18:46:24 +0000
1695@@ -0,0 +1,80 @@
1696+# -*- coding: utf-8 -*-
1697+##############################################################################
1698+#
1699+# OpenERP, Open Source Management Solution
1700+#
1701+# This program is free software: you can redistribute it and/or modify
1702+# it under the terms of the GNU Affero General Public License as
1703+# published by the Free Software Foundation, either version 3 of the
1704+# License, or (at your option) any later version.
1705+#
1706+# This program is distributed in the hope that it will be useful,
1707+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1708+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1709+# GNU Affero General Public License for more details.
1710+#
1711+# You should have received a copy of the GNU Affero General Public License
1712+# along with this program. If not, see <http://www.gnu.org/licenses/>.
1713+#
1714+##############################################################################
1715+from osv import fields,osv
1716+import decimal_precision as dp
1717+
1718+class stock_move(osv.osv):
1719+ _inherit = 'stock.move'
1720+
1721+ def _compute_pieces(self, cr, uid, ids, name, arg, context=None):
1722+ move = self.browse(cr, uid, ids)
1723+ res = {}
1724+ for m in move:
1725+ if m.product_id.stock_driver in ('tile','slab','block'):
1726+ uom = self.pool.get('product.uom')
1727+ pieces = uom._compute_pieces(cr, uid, m.product_id.stock_driver, m.product_qty, m.prodlot_id.lot_factor, context)
1728+ res[m.id] = pieces
1729+ else:
1730+ res[m.id] = 0
1731+ return res
1732+
1733+ _columns = {
1734+ 'pieces_qty': fields.function(_compute_pieces, method=True, type="integer", string='Pieces'),
1735+ }
1736+
1737+stock_move()
1738+
1739+
1740+class stock_inventory_line(osv.osv):
1741+ """
1742+ stock_inventory_line
1743+ """
1744+
1745+ def _compute_pieces(self, cr, uid, ids, name, arg, context=None):
1746+ line = self.browse(cr, uid, ids)
1747+ res = {}
1748+ for l in line:
1749+ if l.product_id.stock_driver in ('tile','slab','block'):
1750+ uom = self.pool.get('product.uom')
1751+ pieces = uom._compute_pieces(cr, uid, l.product_id.stock_driver, l.product_qty, l.prod_lot_id.lot_factor, context)
1752+ res[l.id] = pieces
1753+ else:
1754+ res[l.id] = 0
1755+ return res
1756+
1757+ _inherit = 'stock.inventory.line'
1758+
1759+ _columns = {
1760+ 'pieces_qty': fields.function(_compute_pieces, method=True, type="integer", string='Pieces'),
1761+ }
1762+
1763+stock_inventory_line()
1764+
1765+class stock_picking(osv.osv):
1766+ _inherit = 'stock.picking'
1767+
1768+ def _invoice_line_hook(self, cr, uid, move_line, invoice_line_id):
1769+ ail_obj = self.pool.get('account.invoice.line')
1770+ ail_obj.write(cr,uid,invoice_line_id,{'prod_lot_id':move_line.prodlot_id and move_line.prodlot_id.id,'pieces':move_line.pieces_qty},context=None)
1771+ return super(stock_picking,self)._invoice_line_hook(cr, uid, move_line, invoice_line_id)
1772+
1773+stock_picking()
1774+
1775+
1776
1777=== added directory 'extra_UOM/report'
1778=== added directory 'extra_UOM/security'
1779=== added directory 'extra_UOM/view'
1780=== added file 'extra_UOM/view/account_invoice.xml'
1781--- extra_UOM/view/account_invoice.xml 1970-01-01 00:00:00 +0000
1782+++ extra_UOM/view/account_invoice.xml 2011-11-10 18:46:24 +0000
1783@@ -0,0 +1,33 @@
1784+<?xml version="1.0" encoding="utf-8"?>
1785+<openerp>
1786+ <data>
1787+ <record model="ir.ui.view" id="view_account_invoice_UOM">
1788+ <field name="name">invoice.UOM</field>
1789+ <field name="model">account.invoice.line</field>
1790+ <field name="inherit_id" ref="account.view_invoice_line_tree" />
1791+ <field name="type">form</field>
1792+ <field name="arch" type="xml">
1793+ <xpath expr='/tree/field[@name="price_unit"]' position="after" >
1794+ <field name="pieces" />
1795+ <field name="prod_lot_id" />
1796+
1797+
1798+ </xpath>
1799+ </field>
1800+ </record>
1801+
1802+ <record model="ir.ui.view" id="view_account_invoice_form_UOM">
1803+ <field name="name">invoice.form.UOM</field>
1804+ <field name="model">account.invoice.line</field>
1805+ <field name="inherit_id" ref="account.view_invoice_line_form" />
1806+ <field name="type">form</field>
1807+ <field name="arch" type="xml">
1808+ <xpath expr='/form/notebook/page[@string="Line"]/field[@name="product_id"]' position="after" >
1809+ <field name="pieces" />
1810+ <field name="prod_lot_id" />
1811+
1812+ </xpath>
1813+ </field>
1814+ </record>
1815+ </data>
1816+</openerp>
1817
1818=== added file 'extra_UOM/view/extra_UOM_view.xml'
1819--- extra_UOM/view/extra_UOM_view.xml 1970-01-01 00:00:00 +0000
1820+++ extra_UOM/view/extra_UOM_view.xml 2011-11-10 18:46:24 +0000
1821@@ -0,0 +1,224 @@
1822+<?xml version="1.0" encoding="utf-8"?>
1823+<openerp>
1824+ <data>
1825+
1826+ <record model="ir.ui.view" id="view_production_lot_tree_extra_UOM">
1827+ <field name="name">stock.production.lot.tree</field>
1828+ <field name="model">stock.production.lot</field>
1829+ <field name="inherit_id" ref="stock.view_production_lot_tree" />
1830+ <field name="type">tree</field>
1831+ <field name="arch" type="xml">
1832+ <field name="date" position="after">
1833+ <field name="length" />
1834+ <field name="heigth" />
1835+ <field name="width" />
1836+ <field name="lot_factor" />
1837+ </field>
1838+ </field>
1839+ </record>
1840+
1841+ <record model="ir.ui.view" id="view_production_lot_form_extra_UOM">
1842+ <field name="name">stock.production.lot.form</field>
1843+ <field name="model">stock.production.lot</field>
1844+ <field name="inherit_id" ref="stock.view_production_lot_form" />
1845+ <field name="type">form</field>
1846+ <field name="arch" type="xml">
1847+ <field name="date" position="after">
1848+ <field name="length" on_change="on_change_size(length,heigth,width)" select="1"/>
1849+ <field name="heigth" on_change="on_change_size(length,heigth,width)" select="1"/>
1850+<!-- TODO attrs don't work-->
1851+ <field name="width" on_change="on_change_size(length,heigth,width)" select="1" attrs="{'readonly':[('product_product.stock_driver','!=','block')]}"/>
1852+ <field name="lot_factor" />
1853+ </field>
1854+ </field>
1855+ </record>
1856+
1857+<!-- stock.move-->
1858+ <record model="ir.ui.view" id="view_move_tree_extra_UOM">
1859+ <field name="name">stock.move.tree</field> <!--nombre de la vista-->
1860+ <field name="model">stock.move</field> <!--Objeto-->
1861+ <field name="inherit_id" ref="stock.view_move_tree" /> <!--ID xml-->
1862+ <field name="type">tree</field> <!--Tipo de Vista-->
1863+ <field name="arch" type="xml">
1864+ <field name="tracking_id" position="before">
1865+ <field name="pieces_qty"/>
1866+ </field>
1867+ </field>
1868+ </record>
1869+
1870+ <record model="ir.ui.view" id="view_move_form_extra_UOM">
1871+ <field name="name">stock.move.form</field> <!--nombre de la vista-->
1872+ <field name="model">stock.move</field> <!--Objeto-->
1873+ <field name="inherit_id" ref="stock.view_move_form" /> <!--ID xml-->
1874+ <field name="type">form</field> <!--Tipo de Vista-->
1875+ <field name="arch" type="xml">
1876+ <xpath expr='/form/group/button[@string="Split"]' position="after">
1877+ <field name="pieces_qty"/>
1878+ </xpath>
1879+
1880+ </field>
1881+ </record>
1882+
1883+ <record model="ir.ui.view" id="view_move_form_picking_extra_UOM">
1884+ <field name="name">stock.move..picking.form</field> <!--nombre de la vista-->
1885+ <field name="model">stock.move</field> <!--Objeto-->
1886+ <field name="inherit_id" ref="stock.view_move_form_reception_picking" /> <!--ID xml-->
1887+ <field name="type">form</field> <!--Tipo de Vista-->
1888+ <field name="arch" type="xml">
1889+ <xpath expr='/form/group/button[@string="Process"]' position="after">
1890+ <field name="pieces_qty"/>
1891+ </xpath>
1892+
1893+ </field>
1894+ </record>
1895+
1896+
1897+
1898+
1899+
1900+
1901+
1902+
1903+
1904+
1905+<!-- sale.order-->
1906+ <record model="ir.ui.view" id="sale_view_order_form_extra_UOM">
1907+ <field name="name">sale_view_order_form_extra_UOM</field> <!--nombre de la vista-->
1908+ <field name="model">sale.order</field> <!--Objeto-->
1909+ <field name="inherit_id" ref="sale.view_order_form" /> <!--ID xml-->
1910+ <field name="type">form</field> <!--Tipo de Vista-->
1911+ <field name="arch" type="xml">
1912+ <xpath expr='/form/notebook/page[@string="Sales Order"]/field[@name="order_line"]/form/notebook/page[@string="Order Line"]/field[@name="product_id"]'
1913+ position="after">
1914+ <field name="prod_lot_id" attrs="{'readonly':[('track_outgoing','=',False)]}" domain="[('product_id','=',product_id)]" on_change="on_change_qty(product_id,prod_lot_id)"/>
1915+ <field name="pieces" on_change="on_change_piece(product_id,prod_lot_id)" />
1916+ <field name="track_outgoing" invisible="1"/>
1917+ </xpath>
1918+ <xpath expr='/form/notebook/page[@string="Sales Order"]/field[@name="order_line"]/form/notebook/page[@string="Order Line"]/field[@name="product_uos"]' position="replace" ></xpath>
1919+ <xpath expr='/form/notebook/page[@string="Sales Order"]/field[@name="order_line"]/form/notebook/page[@string="Order Line"]/field[@name="product_uos_qty"]' position="replace" ></xpath>
1920+ <tree >
1921+ <field name="prod_lot_id" />
1922+ <field name="pieces"/>
1923+
1924+ </tree>
1925+ </field>
1926+ </record>
1927+
1928+
1929+<!-- inventory_line-->
1930+ <record model="ir.ui.view" id="view_stock_inventory_form_extra_UOM">
1931+ <field name="name">stock.inventory.form</field> <!--nombre de la vista-->
1932+ <field name="model">stock.inventory</field> <!--Objeto-->
1933+ <field name="inherit_id" ref="stock.view_inventory_form" /> <!--ID xml-->
1934+ <field name="type">form</field> <!--Tipo de Vista-->
1935+ <field name="arch" type="xml">
1936+ <field name="product_uom" position="after">
1937+ <field name="pieces_qty"/>
1938+ </field>
1939+ </field>
1940+ </record>
1941+
1942+
1943+ <record model="ir.ui.view" id="product_normal_form_view_extra_UOM">
1944+ <field name="name">product.normal.form</field>
1945+ <field name="model">product.product</field>
1946+ <field name="inherit_id" ref="product.product_normal_form_view" />
1947+ <field name="type">form</field>
1948+ <field name="arch" type="xml">
1949+ <field name="uom_po_id" position="after">
1950+ <field name="stock_driver"/>
1951+ </field>
1952+ <notebook position="inside">
1953+ <page string="Special features">
1954+ <separator string="Physical characteristics" colspan="6"/>
1955+ <newline/>
1956+ <group col="6" colspan="4">
1957+ <field name="layout_id"/>
1958+ <field name="material_id"/>
1959+ <field name="finish_id"/>
1960+ <field name="quality_id"/>
1961+ <field name="color_id"/>
1962+ </group>
1963+ <separator string="Format" colspan="6"/>
1964+ <newline/>
1965+<!-- TODO Este campo debe ser readonly si stock > 0, solo se puede modificar mientras no existan lotes asociados al producto-->
1966+ <field name="tile_format_id" attrs="{'readonly':[('stock_driver','!=','tile')]}"/>
1967+ <field name="thickness" attrs="{'readonly':[('stock_driver','!=','tile'),('stock_driver','!=','slab')]}"/>
1968+ <separator string="Others" colspan="6"/>
1969+ <newline/>
1970+ <field name="pricelist_group_id" attrs="{'readonly':[('sale_ok','=',False)]}"/>
1971+ <field name="origin_country_id"/>
1972+ <separator string="Similar products" colspan="6"/>
1973+ <newline/>
1974+<!-- TODO ajustar campos a la vista en el widget-->
1975+ <field name="similarity_ids" nolabel="1" colspan="6"/>
1976+ </page>
1977+ </notebook>
1978+ </field>
1979+ </record>
1980+
1981+<!-- <record model="ir.ui.view" id="view_split_in_lots_extra_UOM">-->
1982+<!-- <field name="name">Split.in.lots</field>-->
1983+<!-- <field name="model">stock.move.split</field>-->
1984+<!-- <field name="inherit_id" ref="stock.view_split_in_lots" />-->
1985+<!-- <field name="type">form</field>-->
1986+<!-- <field name="arch" type="xml">-->
1987+<!-- <field name="qty" position="after">-->
1988+<!-- <field name="length" />-->
1989+<!-- <field name="width" />-->
1990+<!-- <field name="heigth" />-->
1991+<!-- <field name="lot_location" />-->
1992+<!-- <field name="lot_factor" />-->
1993+<!-- </field>-->
1994+<!-- </field>-->
1995+<!-- </record>-->
1996+
1997+<!-- <record model="ir.ui.view" id="view_product_form_expiry">-->
1998+<!-- <field name="name">product.normal.form</field>-->
1999+<!-- <field name="model">product.product</field>-->
2000+<!-- <field name="inherit_id" ref="product.product_normal_form_view" />-->
2001+<!-- <field name="type">form</field>-->
2002+<!-- <field name="arch" type="xml">-->
2003+<!-- <notebook position="inside">-->
2004+<!-- <page string="Dimensions">-->
2005+<!-- <field name="length" select="1"/>-->
2006+<!-- <field name="width" select="1"/>-->
2007+<!-- <field name="heigth" select="1"/>-->
2008+<!-- <field name="lot_location" select="1"/>-->
2009+<!-- <field name="lot_factor" />-->
2010+<!-- </page>-->
2011+<!-- </notebook>-->
2012+<!-- </field>-->
2013+<!-- </record>-->
2014+
2015+<!-- <record model="ir.ui.view" id="view_product_product_material_tree">-->
2016+<!-- <field name="name">product.product.material.tree</field>-->
2017+<!-- <field name="model">product.product.material</field>-->
2018+<!-- <field name="type">tree</field>-->
2019+<!-- <field name="arch" type="xml">-->
2020+<!-- <form string="From profit">-->
2021+<!-- <group col="4" colspan="4">-->
2022+<!-- <field name="name"/>-->
2023+<!-- <button icon="gtk-cancel" special="cancel" string="Cancel"/>-->
2024+<!-- </group>-->
2025+<!-- </form>-->
2026+<!-- </field>-->
2027+<!-- </record> -->
2028+
2029+<!-- <record id="action_product_product_material" model="ir.actions.act_window">-->
2030+<!-- <field name="name">Product materials</field>-->
2031+<!-- <field name="res_model">product.product.material</field>-->
2032+<!-- <field name="view_type">form</field>-->
2033+<!-- <field name="view_mode">tree</field>-->
2034+<!-- <field name="view_id" ref="view_product_product_material_tree"/>-->
2035+<!-- <field name="target">new</field>-->
2036+<!-- </record>-->
2037+
2038+<!-- <menuitem -->
2039+<!-- parent="base.menu_config" -->
2040+<!-- id="menu_action_tcv_profit_tree" -->
2041+<!-- action="action_product_product_material"/>-->
2042+
2043+ </data>
2044+</openerp>
2045+
2046
2047=== added file 'extra_UOM/view/purchase_view.xml'
2048--- extra_UOM/view/purchase_view.xml 1970-01-01 00:00:00 +0000
2049+++ extra_UOM/view/purchase_view.xml 2011-11-10 18:46:24 +0000
2050@@ -0,0 +1,30 @@
2051+<?xml version="1.0" encoding="utf-8"?>
2052+<openerp>
2053+ <data>
2054+ <record id="purchase_order_form_line" model="ir.ui.view">
2055+ <field name="name">purchase.order.form.line</field>
2056+ <field name="model">purchase.order.line</field>
2057+ <field name="type">form</field>
2058+ <field name="inherit_id" ref="purchase.purchase_order_line_form" />
2059+ <field name="arch" type="xml">
2060+ <xpath expr='/form/notebook/page[@string="Order Line"]/field[@name="product_id"]' position="after">
2061+ <field name="prod_lot_id" attrs="{'readonly':[('track_outgoing','=',False)]}" domain="[('product_id','=',product_id)]" on_change="on_change_qty(product_id,prod_lot_id)"/>
2062+ <field name="pieces" on_change="on_change_piece(product_id,prod_lot_id)" />
2063+ <field name="track_incoming" invisible="1"/>
2064+ </xpath>
2065+ </field>
2066+ </record>
2067+ <record id="purchase_order_form_" model="ir.ui.view">
2068+ <field name="name">purchase.order.form</field>
2069+ <field name="model">purchase.order</field>
2070+ <field name="type">form</field>
2071+ <field name="inherit_id" ref="purchase.purchase_order_form" />
2072+ <field name="arch" type="xml">
2073+ <xpath expr='/form/notebook/page[@string="Purchase Order"]/field["order_line"]/tree/field[@name="product_uom"]' position="after">
2074+ <field name="prod_lot_id" />
2075+ <field name="pieces" />
2076+ </xpath>
2077+ </field>
2078+ </record>
2079+ </data>
2080+</openerp>
2081
2082=== added directory 'extra_UOM/wizard'
2083=== added file 'extra_UOM/wizard/__init__.py'
2084--- extra_UOM/wizard/__init__.py 1970-01-01 00:00:00 +0000
2085+++ extra_UOM/wizard/__init__.py 2011-11-10 18:46:24 +0000
2086@@ -0,0 +1,22 @@
2087+# -*- coding: utf-8 -*-
2088+##############################################################################
2089+#
2090+# OpenERP, Open Source Management Solution
2091+# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
2092+#
2093+# This program is free software: you can redistribute it and/or modify
2094+# it under the terms of the GNU Affero General Public License as
2095+# published by the Free Software Foundation, either version 3 of the
2096+# License, or (at your option) any later version.
2097+#
2098+# This program is distributed in the hope that it will be useful,
2099+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2100+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2101+# GNU Affero General Public License for more details.
2102+#
2103+# You should have received a copy of the GNU Affero General Public License
2104+# along with this program. If not, see <http://www.gnu.org/licenses/>.
2105+#
2106+##############################################################################
2107+
2108+import stock_inventory_line_split
2109
2110=== added file 'extra_UOM/wizard/stock_inventory_line_split.py'
2111--- extra_UOM/wizard/stock_inventory_line_split.py 1970-01-01 00:00:00 +0000
2112+++ extra_UOM/wizard/stock_inventory_line_split.py 2011-11-10 18:46:24 +0000
2113@@ -0,0 +1,40 @@
2114+# -*- coding: utf-8 -*-
2115+##############################################################################
2116+#
2117+# OpenERP, Open Source Management Solution
2118+# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
2119+#
2120+# This program is free software: you can redistribute it and/or modify
2121+# it under the terms of the GNU Affero General Public License as
2122+# published by the Free Software Foundation, either version 3 of the
2123+# License, or (at your option) any later version.
2124+#
2125+# This program is distributed in the hope that it will be useful,
2126+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2127+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2128+# GNU Affero General Public License for more details.
2129+#
2130+# You should have received a copy of the GNU Affero General Public License
2131+# along with this program. If not, see <http://www.gnu.org/licenses/>.
2132+#
2133+##############################################################################
2134+
2135+from osv import fields, osv
2136+
2137+from tools.translate import _
2138+import time
2139+
2140+class stock_inventory_line_split(osv.osv_memory):
2141+ _inherit = "stock.inventory.line.split"
2142+
2143+ _columns = {
2144+ 'length': fields.float('Length (m)'),
2145+ 'width': fields.float('Width (m)'),
2146+ 'heigth': fields.float('Heigth (m)'),
2147+ 'location_id': fields.many2one('stock.location', 'Source Location', required=True, select=True,states={'done': [('readonly', True)]}, help="Sets a location if you produce at a fixed location. This can be a partner location if you subcontract the manufacturing operations."),
2148+ 'amount': fields.float('Amount'),
2149+ 'pieces': fields.float('Pieces'),
2150+
2151+ }
2152+
2153+stock_inventory_line_split()
2154
2155=== added file 'extra_UOM/wizard/stock_inventory_line_split_view.xml'
2156--- extra_UOM/wizard/stock_inventory_line_split_view.xml 1970-01-01 00:00:00 +0000
2157+++ extra_UOM/wizard/stock_inventory_line_split_view.xml 2011-11-10 18:46:24 +0000
2158@@ -0,0 +1,39 @@
2159+<?xml version="1.0" encoding="utf-8"?>
2160+<openerp>
2161+ <data>
2162+
2163+ <record model="ir.ui.view" id="view_split_in_lots_inherit_TECV">
2164+ <field name="name">splits_in_lots</field>
2165+ <field name="model">stock.inventory.line.split</field>
2166+ <field name="inherit_id" ref="stock.view_split_in_lots_inherit" />
2167+ <field name="type">form</field>
2168+ <field name="arch" type="xml">
2169+ <xpath expr='/form/field[@name="line_ids"]/tree/field[@name="name"]' position="after" >
2170+ <field name="pieces" />
2171+ <field name="prod_lot_id" />
2172+ <field name="length" />
2173+ <field name="width" />
2174+ <field name="heigth" />
2175+ <field name="amount" />
2176+ <field name="pieces" />
2177+ <field name="location_id" />
2178+ </xpath>
2179+
2180+ <xpath expr='/form/field[@name="line_ids"]/tree/form/field[@name="name"]' position="after" >
2181+ <field name="pieces" />
2182+ <field name="prod_lot_id" />
2183+ <field name="length" />
2184+ <field name="width" />
2185+ <field name="heigth" />
2186+ <field name="amount" />
2187+ <field name="pieces" />
2188+ <field name="location_id" />
2189+ </xpath>
2190+
2191+ </field>
2192+ </record>
2193+
2194+
2195+
2196+ </data>
2197+</openerp>
2198
2199=== added directory 'extra_UOM/workflow'
2200=== added directory 'fetchmail_document'
2201=== added file 'fetchmail_document/__init__.py'
2202--- fetchmail_document/__init__.py 1970-01-01 00:00:00 +0000
2203+++ fetchmail_document/__init__.py 2011-11-10 18:46:24 +0000
2204@@ -0,0 +1,1 @@
2205+import document
2206
2207=== added file 'fetchmail_document/__openerp__.py'
2208--- fetchmail_document/__openerp__.py 1970-01-01 00:00:00 +0000
2209+++ fetchmail_document/__openerp__.py 2011-11-10 18:46:24 +0000
2210@@ -0,0 +1,20 @@
2211+# -*- encoding: utf-8 -*-
2212+{
2213+ "name" : "Fetchmail Corrections",
2214+ "version" : "0.1",
2215+ "depends" : ["fetchmail","document",],
2216+ "author" : "Vauxoo",
2217+ "description" : """
2218+ This module correct some behaviours on Document and Fetchmail modules combinated.
2219+ """,
2220+ "website" : "http://vauxoo.com",
2221+ "category" : "Tools",
2222+ "init_xml" : [
2223+ ],
2224+ "demo_xml" : [
2225+ ],
2226+ "update_xml" : [
2227+ ],
2228+ "active": False,
2229+ "installable": True,
2230+}
2231
2232=== added file 'fetchmail_document/crm_claim.py'
2233--- fetchmail_document/crm_claim.py 1970-01-01 00:00:00 +0000
2234+++ fetchmail_document/crm_claim.py 2011-11-10 18:46:24 +0000
2235@@ -0,0 +1,12 @@
2236+# -*- encoding: utf-8 -*-
2237+from osv import osv
2238+from osv import fields
2239+from tools.translate import _
2240+
2241+class crm_claim(osv.osv):
2242+ """
2243+ crm_claim
2244+ """
2245+ _inherit = 'crm.claim'
2246+ _log_create = True
2247+crm_claim()
2248
2249=== added file 'fetchmail_document/document.py'
2250--- fetchmail_document/document.py 1970-01-01 00:00:00 +0000
2251+++ fetchmail_document/document.py 2011-11-10 18:46:24 +0000
2252@@ -0,0 +1,31 @@
2253+# -*- encoding: utf-8 -*-
2254+from osv import osv
2255+from osv import fields
2256+from tools.translate import _
2257+
2258+class document(osv.osv):
2259+ """
2260+ fetchmail
2261+ """
2262+ _inherit = 'ir.attachment'
2263+
2264+ def _check_duplication(self, cr, uid, ids, context=None):
2265+ for attach in self.browse(cr, uid, ids, context):
2266+ domain = [('id', '!=', attach.id),
2267+ ('name', '=', attach.name),
2268+ ('parent_id', '=', attach.parent_id.id),
2269+ ('res_model', '=', attach.res_model),
2270+ ('res_id', '=', attach.res_id),
2271+ ]
2272+ #If another model fail i need to add here the validation "Just for V6.0"
2273+ if attach.res_model=='project.issue':
2274+ return True
2275+ if self.search(cr, uid, domain, context=context):
2276+ return False
2277+ return True
2278+ # On Trunk there are a commentary that say with pure SQL it ca not be done.
2279+ # Delete this constraint whe we migrate to 6.1
2280+ _constraints = [
2281+ (_check_duplication, 'File name must be unique!', ['name', 'parent_id', 'res_model', 'res_id'])
2282+ ]
2283+document()
2284
2285=== added file 'fetchmail_document/fetchmail_view.xml'
2286=== added directory 'fetchmail_document/i18n'
2287=== added directory 'fetchmail_document/security'
2288=== added directory 'icecat_product_uniqueness'
2289=== added file 'icecat_product_uniqueness/__init__.py'
2290--- icecat_product_uniqueness/__init__.py 1970-01-01 00:00:00 +0000
2291+++ icecat_product_uniqueness/__init__.py 2011-11-10 18:46:24 +0000
2292@@ -0,0 +1,28 @@
2293+# -*- encoding: utf-8 -*-
2294+##############################################################################
2295+# Copyright (c) 2011 Vauxoo (http://vauxoo.com)
2296+# All Rights Reserved.
2297+# Programmed by: Israel Fermín Montilla <israel@openerp.com.ve>
2298+#
2299+# WARNING: This program as such is intended to be used by professional
2300+# programmers who take the whole responsability of assessing all potential
2301+# consequences resulting from its eventual inadequacies and bugs
2302+# End users who are looking for a ready-to-use solution with commercial
2303+# garantees and support are strongly adviced to contract a Free Software
2304+# Service Company
2305+#
2306+# This program is Free Software; you can redistribute it and/or
2307+# modify it under the terms of the GNU General Public License
2308+# as published by the Free Software Foundation; either version 2
2309+# of the License, or (at your option) any later version.
2310+#
2311+# This program is distributed in the hope that it will be useful,
2312+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2313+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2314+# GNU General Public License for more details.
2315+#
2316+# You should have received a copy of the GNU General Public License
2317+# along with this program; if not, write to the Free Software
2318+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2319+###############################################################################
2320+import product
2321
2322=== added file 'icecat_product_uniqueness/__openerp__.py'
2323--- icecat_product_uniqueness/__openerp__.py 1970-01-01 00:00:00 +0000
2324+++ icecat_product_uniqueness/__openerp__.py 2011-11-10 18:46:24 +0000
2325@@ -0,0 +1,40 @@
2326+# -*- encoding: utf-8 -*-
2327+##############################################################################
2328+# Copyright (c) 2011 Vauxoo (http://vauxoo.com)
2329+# All Rights Reserved.
2330+# Programmed by: Israel Fermín Montilla <israel@openerp.com.ve>
2331+#
2332+# WARNING: This program as such is intended to be used by professional
2333+# programmers who take the whole responsability of assessing all potential
2334+# consequences resulting from its eventual inadequacies and bugs
2335+# End users who are looking for a ready-to-use solution with commercial
2336+# garantees and support are strongly adviced to contract a Free Software
2337+# Service Company
2338+#
2339+# This program is Free Software; you can redistribute it and/or
2340+# modify it under the terms of the GNU General Public License
2341+# as published by the Free Software Foundation; either version 2
2342+# of the License, or (at your option) any later version.
2343+#
2344+# This program is distributed in the hope that it will be useful,
2345+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2346+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2347+# GNU General Public License for more details.
2348+#
2349+# You should have received a copy of the GNU General Public License
2350+# along with this program; if not, write to the Free Software
2351+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2352+###############################################################################
2353+{
2354+ 'name' : 'Icecat Product Uniqueness Checker',
2355+ 'version' : '0.1',
2356+ 'author' : 'Vauxoo',
2357+ 'description' : 'Checks the uniqueness of a product loaded using the product_icecat module for every company',
2358+ 'category' : 'Custom',
2359+ 'website' : 'http://vauxoo.com',
2360+ 'depends' : ['base', 'product_icecat', 'product'],
2361+ 'update_xml' : ['product_view.xml'],
2362+ 'demo' : [],
2363+ 'active' : False,
2364+ 'installable': True,
2365+}
2366
2367=== added directory 'icecat_product_uniqueness/data'
2368=== added directory 'icecat_product_uniqueness/demo'
2369=== added directory 'icecat_product_uniqueness/i18n'
2370=== added file 'icecat_product_uniqueness/product.py'
2371--- icecat_product_uniqueness/product.py 1970-01-01 00:00:00 +0000
2372+++ icecat_product_uniqueness/product.py 2011-11-10 18:46:24 +0000
2373@@ -0,0 +1,60 @@
2374+# -*- encoding: utf-8 -*-
2375+##############################################################################
2376+# Copyright (c) 2011 OpenERP Venezuela (http://openerp.com.ve)
2377+# All Rights Reserved.
2378+# Programmed by: Israel Fermín Montilla <israel@openerp.com.ve>
2379+#
2380+# WARNING: This program as such is intended to be used by professional
2381+# programmers who take the whole responsability of assessing all potential
2382+# consequences resulting from its eventual inadequacies and bugs
2383+# End users who are looking for a ready-to-use solution with commercial
2384+# garantees and support are strongly adviced to contract a Free Software
2385+# Service Company
2386+#
2387+# This program is Free Software; you can redistribute it and/or
2388+# modify it under the terms of the GNU General Public License
2389+# as published by the Free Software Foundation; either version 2
2390+# of the License, or (at your option) any later version.
2391+#
2392+# This program is distributed in the hope that it will be useful,
2393+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2394+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2395+# GNU General Public License for more details.
2396+#
2397+# You should have received a copy of the GNU General Public License
2398+# along with this program; if not, write to the Free Software
2399+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2400+###############################################################################
2401+from osv import osv
2402+from osv import fields
2403+from tools.translate import _
2404+
2405+class product_inherited(osv.osv):
2406+ """
2407+ Checks if a loaded product already exists on the database
2408+ """
2409+ _inherit = 'product.product'
2410+
2411+ def _find_product(self, ean13, products):
2412+ for p in products:
2413+ if ean13 == p.ean13:
2414+ return p
2415+ return None
2416+
2417+ def _check_uniqueness(self, cr, uid, ids, context=None):
2418+ all_ids = self.search(cr, uid, [('id', '<>', ids[0])])
2419+ all_products = [p for p in self.browse(cr, uid, all_ids, [], context) if p.ean13 != False]
2420+ if all_products == []:
2421+ return True
2422+ for product in self.browse(cr, uid, ids, context):
2423+ if product.ean13 == False:
2424+ return True
2425+ if product.ean13 in [p.ean13 for p in all_products]:
2426+ p = self._find_product(product.ean13, all_products)
2427+ if p.company_id.name == product.company_id.name:
2428+ return False
2429+ return True
2430+
2431+ _constraints = [(_check_uniqueness, 'ERROR, product already exists for this company', ['ean13'])]
2432+
2433+product_inherited()
2434
2435=== added file 'icecat_product_uniqueness/product_view.xml'
2436--- icecat_product_uniqueness/product_view.xml 1970-01-01 00:00:00 +0000
2437+++ icecat_product_uniqueness/product_view.xml 2011-11-10 18:46:24 +0000
2438@@ -0,0 +1,31 @@
2439+<?xml version="1.0" encoding="utf-8"?>
2440+<openerp>
2441+ <data>
2442+ <record model="ir.ui.view" id="inherited_product_product_tree">
2443+ <field name="name">product.product.tree.inherit</field>
2444+ <field name="model">product.product</field>
2445+ <field name="inherit_id" ref="product.product_product_tree_view" />
2446+ <field name="arch" type="xml">
2447+ <data>
2448+ <field name="default_code" position="replace">
2449+ <field name="ean13" />
2450+ </field>
2451+ </data>
2452+ </field>
2453+ </record>
2454+ <record model="ir.ui.view" id="inherited_product_search_form">
2455+ <field name="name">product.product.search.form.inherit</field>
2456+ <field name="model">product.product</field>
2457+ <field name="inherit_id" ref="product.product_search_form_view" />
2458+ <field name="arch" type="xml">
2459+ <data>
2460+ <field name="categ_id" position="before">
2461+ <field name="ean13" />
2462+ </field>
2463+ </data>
2464+ </field>
2465+ </record>
2466+
2467+ </data>
2468+</openerp>
2469+
2470
2471=== added directory 'icecat_product_uniqueness/report'
2472=== added directory 'icecat_product_uniqueness/security'
2473=== added directory 'icecat_product_uniqueness/wizard'
2474=== added directory 'l10n_ve_commerce'
2475=== added file 'l10n_ve_commerce/__init__.py'
2476--- l10n_ve_commerce/__init__.py 1970-01-01 00:00:00 +0000
2477+++ l10n_ve_commerce/__init__.py 2011-11-10 18:46:24 +0000
2478@@ -0,0 +1,25 @@
2479+# -*- encoding: utf-8 -*-
2480+##############################################################################
2481+#
2482+# OpenERP, Open Source Management Solution
2483+# Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
2484+# $Id$
2485+#
2486+# This program is free software: you can redistribute it and/or modify
2487+# it under the terms of the GNU General Public License as published by
2488+# the Free Software Foundation, either version 3 of the License, or
2489+# (at your option) any later version.
2490+#
2491+# This program is distributed in the hope that it will be useful,
2492+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2493+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2494+# GNU General Public License for more details.
2495+#
2496+# You should have received a copy of the GNU General Public License
2497+# along with this program. If not, see <http://www.gnu.org/licenses/>.
2498+#
2499+##############################################################################
2500+
2501+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2502+import account
2503+
2504
2505=== added file 'l10n_ve_commerce/__openerp__.py'
2506--- l10n_ve_commerce/__openerp__.py 1970-01-01 00:00:00 +0000
2507+++ l10n_ve_commerce/__openerp__.py 2011-11-10 18:46:24 +0000
2508@@ -0,0 +1,48 @@
2509+# -*- encoding: utf-8 -*-
2510+##############################################################################
2511+#
2512+# OpenERP, Open Source Management Solution
2513+# Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
2514+# $Id$
2515+#
2516+# OpenERP, Open Source Management Solution
2517+# Copyright (C) 2004-2008 Vauxoo, C.A. (<http://vauxoo.com>). All Rights Reserved
2518+# $Id$
2519+# This program is free software: you can redistribute it and/or modify
2520+# it under the terms of the GNU General Public License as published by
2521+# the Free Software Foundation, either version 3 of the License, or
2522+# (at your option) any later version.
2523+#
2524+# This program is distributed in the hope that it will be useful,
2525+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2526+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2527+# GNU General Public License for more details.
2528+#
2529+# You should have received a copy of the GNU General Public License
2530+# along with this program. If not, see <http://www.gnu.org/licenses/>.
2531+#
2532+##############################################################################
2533+{
2534+ "name" : "Commercial Chart Account for Venezuela",
2535+ "version" : "1.0",
2536+ "author" : "Tiny & Vauxoo",
2537+ "category" : "Localisation/Account Charts",
2538+ "description":
2539+'''
2540+This Module load a generic format for manage medium and big business.
2541+You will need accounting knowledge to understad sone concepts.
2542+''',
2543+ "depends" : ["account",
2544+ "account_chart"],
2545+ "demo_xml" : [],
2546+ "update_xml" : ['account_tax_code.xml',
2547+ 'account_user_types.xml',
2548+ 'account_chart.xml',
2549+ 'account_account.xml',
2550+ 'account_tax.xml',
2551+ 'l10n_chart_ve_wizard.xml'],
2552+ "active": False,
2553+ "installable": True,
2554+}
2555+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2556+
2557
2558=== added file 'l10n_ve_commerce/account.py'
2559--- l10n_ve_commerce/account.py 1970-01-01 00:00:00 +0000
2560+++ l10n_ve_commerce/account.py 2011-11-10 18:46:24 +0000
2561@@ -0,0 +1,71 @@
2562+# -*- encoding: utf-8 -*-
2563+##############################################################################
2564+#
2565+# OpenERP, Open Source Management Solution
2566+# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
2567+# d$
2568+#
2569+# This program is free software: you can redistribute it and/or modify
2570+# it under the terms of the GNU General Public License as published by
2571+# the Free Software Foundation, either version 3 of the License, or
2572+# (at your option) any later version.
2573+#
2574+# This program is distributed in the hope that it will be useful,
2575+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2576+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2577+# GNU General Public License for more details.
2578+#
2579+# You should have received a copy of the GNU General Public License
2580+# along with this program. If not, see <http://www.gnu.org/licenses/>.
2581+#
2582+##############################################################################
2583+from osv import osv
2584+from osv import fields
2585+from tools.translate import _
2586+
2587+class wizard_multi_charts_accounts(osv.osv_memory):
2588+ """
2589+ wizard_multi_charts_accounts(osv.osv_memory):
2590+ """
2591+ _inherit = 'wizard.multi.charts.accounts'
2592+
2593+ def _get_chart(self, cr, uid, context=None):
2594+ acc_tpl_obj = self.pool.get('account.chart.template')
2595+ ids = acc_tpl_obj.search(cr, uid, [],order='create_date desc', context=context)
2596+ if ids:
2597+ return ids[0]
2598+ return False
2599+
2600+ def _get_default_accounts(self, cr, uid, context=None):
2601+ accounts = []
2602+ return accounts
2603+
2604+ def _get_purchase_tax(self, cr, uid, context=None):
2605+ ids = self.pool.get('account.chart.template').search(cr, uid, [], order='create_date desc', context=context)
2606+ if ids:
2607+ chart_template_id = ids[0]
2608+ purchase_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id"
2609+ , "=", chart_template_id), ('type_tax_use', 'in', ('purchase','all'))], order="sequence")
2610+ return purchase_tax_ids and purchase_tax_ids[0] or False
2611+ return False
2612+
2613+ def _get_sale_tax(self, cr, uid, context=None):
2614+ ids = self.pool.get('account.chart.template').search(cr, uid, [], order='create_date desc', context=context)
2615+ if ids:
2616+ chart_template_id = ids[0]
2617+ sale_tax_ids = self.pool.get('account.tax.template').search(cr, uid, [("chart_template_id"
2618+ , "=", chart_template_id), ('type_tax_use', 'in', ('sale','all'))], order="sequence")
2619+ return sale_tax_ids and sale_tax_ids[0] or False
2620+ return False
2621+
2622+ _defaults = {
2623+ 'company_id': lambda self, cr, uid, c: self.pool.get('res.users').browse(cr, uid, [uid], c)[0].company_id.id,
2624+ 'chart_template_id': _get_chart,
2625+ 'bank_accounts_id': _get_default_accounts,
2626+ 'code_digits': 10,
2627+ 'sale_tax': _get_sale_tax,
2628+ 'purchase_tax': _get_purchase_tax,
2629+ 'seq_journal': True
2630+ }
2631+wizard_multi_charts_accounts()
2632+
2633
2634=== added file 'l10n_ve_commerce/account_account.xml'
2635--- l10n_ve_commerce/account_account.xml 1970-01-01 00:00:00 +0000
2636+++ l10n_ve_commerce/account_account.xml 2011-11-10 18:46:24 +0000
2637@@ -0,0 +1,25 @@
2638+<?xml version="1.0"?>
2639+<openerp>
2640+ <data noupdate="1">
2641+
2642+ <!-- Chart template -->
2643+
2644+ <record id="ve_chart_template" model="account.chart.template">
2645+ <field name="name">Chart of Accounts - Commercial - VE</field>
2646+ <field name="account_root_id" ref="chart_0"/>
2647+ <field name="tax_code_root_id" ref="vat_code_tax"/>
2648+<!-- impuestos -->
2649+ <field name="bank_account_view_id" ref="chart_1120112001"/>
2650+<!-- estas no pueden ser vistas-->
2651+ <field name="property_account_receivable" ref="chart_11320"/>
2652+ <field name="property_account_payable" ref="chart_21201"/>
2653+ <field name="property_account_expense_categ" ref="chart_51101"/>
2654+ <field name="property_account_income_categ" ref="chart_41110"/>
2655+<!-- retenciones de iva-->
2656+ <field name="property_wh_iva_payable" ref="chart_1160151612"/>
2657+ <field name="property_wh_iva_receivable" ref="chart_2120561412"/>
2658+
2659+ </record>
2660+
2661+ </data>
2662+</openerp>
2663
2664=== added file 'l10n_ve_commerce/account_account.xml.org'
2665--- l10n_ve_commerce/account_account.xml.org 1970-01-01 00:00:00 +0000
2666+++ l10n_ve_commerce/account_account.xml.org 2011-11-10 18:46:24 +0000
2667@@ -0,0 +1,24 @@
2668+<?xml version="1.0"?>
2669+<openerp>
2670+ <data noupdate="1">
2671+
2672+ <!-- Chart template -->
2673+
2674+ <record id="ve_chart_template" model="account.chart.template">
2675+ <field name="name">Chart of Accounts - Commercial - VE</field>
2676+ <field name="account_root_id" ref="chart_0"/>
2677+ <field name="tax_code_root_id" ref="vat_code_tax"/>
2678+<!-- impuestos -->
2679+ <field name="bank_account_view_id" ref="chart_1120112001"/>
2680+ <field name="property_account_receivable" ref="chart_1121010999"/>
2681+ <field name="property_account_payable" ref="chart_2121010999"/>
2682+ <field name="property_account_expense_categ" ref="chart_5124010999"/>
2683+ <field name="property_account_income_categ" ref="chart_4119001999"/>
2684+<!-- retenciones de iva-->
2685+ <field name="property_wh_iva_payable" ref="chart_411900"/>
2686+ <field name="property_wh_iva_receivable" ref="chart_411900"/>
2687+
2688+ </record>
2689+
2690+ </data>
2691+</openerp>
2692
2693=== added file 'l10n_ve_commerce/account_chart.xml'
2694--- l10n_ve_commerce/account_chart.xml 1970-01-01 00:00:00 +0000
2695+++ l10n_ve_commerce/account_chart.xml 2011-11-10 18:46:24 +0000
2696@@ -0,0 +1,5265 @@
2697+<?xml version='1.0' encoding='UTF-8'?>
2698+<openerp>
2699+ <data noupdate="1">
2700+ <record id="chart_0" model="account.account.template">
2701+ <field name="code">0</field>
2702+ <field name="name">Main Account Company</field>
2703+ <field name="type">view</field>
2704+ <field eval="False" name="reconcile"/>
2705+ <field name="user_type" ref="account_type_view"/>
2706+ </record>
2707+ <record id="chart_1" model="account.account.template">
2708+ <field name="code">1</field>
2709+ <field name="name">ACTIVO</field>
2710+ <field name="type">view</field>
2711+ <field eval="False" name="reconcile"/>
2712+ <field name="user_type" ref="account_type_view"/>
2713+ </record>
2714+ <record id="chart_11" model="account.account.template">
2715+ <field name="code">11</field>
2716+ <field name="name">ACTIVO CIRCULANTE</field>
2717+ <field name="type">view</field>
2718+ <field eval="False" name="reconcile"/>
2719+ <field name="user_type" ref="account_type_view"/>
2720+ <field name="parent_id" ref="chart_1"/>
2721+ </record>
2722+ <record id="chart_110" model="account.account.template">
2723+ <field name="code">110</field>
2724+ <field name="name">EFECTIVO EN CAJAS</field>
2725+ <field name="type">view</field>
2726+ <field eval="False" name="reconcile"/>
2727+ <field name="user_type" ref="account_type_view"/>
2728+ <field name="parent_id" ref="chart_11"/>
2729+ </record>
2730+ <record id="chart_11001" model="account.account.template">
2731+ <field name="code">11001</field>
2732+ <field name="name">CAJA GUARENAS</field>
2733+ <field name="type">view</field>
2734+ <field eval="False" name="reconcile"/>
2735+ <field name="user_type" ref="account_type_view"/>
2736+ <field name="parent_id" ref="chart_110"/>
2737+ </record>
2738+ <record id="chart_11002" model="account.account.template">
2739+ <field name="code">11002</field>
2740+ <field name="name">CAJA VARIAS Y TRANSFERENCIAS</field>
2741+ <field name="type">view</field>
2742+ <field eval="False" name="reconcile"/>
2743+ <field name="user_type" ref="account_type_view"/>
2744+ <field name="parent_id" ref="chart_110"/>
2745+ </record>
2746+ <record id="chart_11003" model="account.account.template">
2747+ <field name="code">11003</field>
2748+ <field name="name">CHEQUES EN CAJA</field>
2749+ <field name="type">view</field>
2750+ <field eval="False" name="reconcile"/>
2751+ <field name="user_type" ref="account_type_view"/>
2752+ <field name="parent_id" ref="chart_110"/>
2753+ </record>
2754+ <record id="chart_11004" model="account.account.template">
2755+ <field name="code">11004</field>
2756+ <field name="name">CAJA EN MONEDAS EXTRANJERAS</field>
2757+ <field name="type">view</field>
2758+ <field eval="False" name="reconcile"/>
2759+ <field name="user_type" ref="account_type_view"/>
2760+ <field name="parent_id" ref="chart_110"/>
2761+ </record>
2762+ <record id="chart_11005" model="account.account.template">
2763+ <field name="code">11005</field>
2764+ <field name="name">CAJA TARJ.DE DEBITOS Y/0 CREDITOS</field>
2765+ <field name="type">view</field>
2766+ <field eval="False" name="reconcile"/>
2767+ <field name="user_type" ref="account_type_view"/>
2768+ <field name="parent_id" ref="chart_110"/>
2769+ </record>
2770+ <record id="chart_111" model="account.account.template">
2771+ <field name="code">111</field>
2772+ <field name="name">EFECTIVO EN BANCOS</field>
2773+ <field name="type">view</field>
2774+ <field eval="False" name="reconcile"/>
2775+ <field name="user_type" ref="account_type_view"/>
2776+ <field name="parent_id" ref="chart_11"/>
2777+ </record>
2778+ <record id="chart_11103" model="account.account.template">
2779+ <field name="code">11103</field>
2780+ <field name="name">BANCOS</field>
2781+ <field name="type">view</field>
2782+ <field eval="False" name="reconcile"/>
2783+ <field name="user_type" ref="account_type_view"/>
2784+ <field name="parent_id" ref="chart_111"/>
2785+ </record>
2786+ <record id="chart_1110311001" model="account.account.template">
2787+ <field name="code">1110311001</field>
2788+ <field name="name">BANESCO CTA.Nº 0134-0335-01-335108954</field>
2789+ <field name="type">other</field>
2790+ <field eval="False" name="reconcile"/>
2791+ <field name="user_type" ref="account_type_view"/>
2792+ <field name="parent_id" ref="chart_11103"/>
2793+ </record>
2794+ <record id="chart_1110311005" model="account.account.template">
2795+ <field name="code">1110311005</field>
2796+ <field name="name">BANESCO CTA.Nº 0134-0379-16-3791037094</field>
2797+ <field name="type">other</field>
2798+ <field eval="False" name="reconcile"/>
2799+ <field name="user_type" ref="account_type_view"/>
2800+ <field name="parent_id" ref="chart_11103"/>
2801+ </record>
2802+ <record id="chart_1110311012" model="account.account.template">
2803+ <field name="code">1110311012</field>
2804+ <field name="name">BICENTENARIO CTA.Nº 0158-0026-74-0261076983</field>
2805+ <field name="type">other</field>
2806+ <field eval="False" name="reconcile"/>
2807+ <field name="user_type" ref="account_type_view"/>
2808+ <field name="parent_id" ref="chart_11103"/>
2809+ </record>
2810+ <record id="chart_1110312001" model="account.account.template">
2811+ <field name="code">1110312001</field>
2812+ <field name="name">CORP BANCA CTA.Nº 0134-1501-03-349838</field>
2813+ <field name="type">other</field>
2814+ <field eval="False" name="reconcile"/>
2815+ <field name="user_type" ref="account_type_view"/>
2816+ <field name="parent_id" ref="chart_11103"/>
2817+ </record>
2818+ <record id="chart_1110312002" model="account.account.template">
2819+ <field name="code">1110312002</field>
2820+ <field name="name">CANARIAS CTA.Nº 0005-0100-00-028577</field>
2821+ <field name="type">other</field>
2822+ <field eval="False" name="reconcile"/>
2823+ <field name="user_type" ref="account_type_view"/>
2824+ <field name="parent_id" ref="chart_11103"/>
2825+ </record>
2826+ <record id="chart_1110313001" model="account.account.template">
2827+ <field name="code">1110313001</field>
2828+ <field name="name">EXTERIOR CTA.Nº 0115-0064-14-1001008355</field>
2829+ <field name="type">other</field>
2830+ <field eval="False" name="reconcile"/>
2831+ <field name="user_type" ref="account_type_view"/>
2832+ <field name="parent_id" ref="chart_11103"/>
2833+ </record>
2834+ <record id="chart_1110315001" model="account.account.template">
2835+ <field name="code">1110315001</field>
2836+ <field name="name">FONDO COMUN CTA.Nº 0171754417104751</field>
2837+ <field name="type">other</field>
2838+ <field eval="False" name="reconcile"/>
2839+ <field name="user_type" ref="account_type_view"/>
2840+ <field name="parent_id" ref="chart_11103"/>
2841+ </record>
2842+ <record id="chart_1110322001" model="account.account.template">
2843+ <field name="code">1110322001</field>
2844+ <field name="name">MERCANTIL CTA.Nº 0029091029211779</field>
2845+ <field name="type">other</field>
2846+ <field eval="False" name="reconcile"/>
2847+ <field name="user_type" ref="account_type_view"/>
2848+ <field name="parent_id" ref="chart_11103"/>
2849+ </record>
2850+ <record id="chart_1110326001" model="account.account.template">
2851+ <field name="code">1110326001</field>
2852+ <field name="name">PROVINCIAL CTA.Nº 0112500100000481</field>
2853+ <field name="type">other</field>
2854+ <field eval="False" name="reconcile"/>
2855+ <field name="user_type" ref="account_type_view"/>
2856+ <field name="parent_id" ref="chart_11103"/>
2857+ </record>
2858+ <record id="chart_1110326002" model="account.account.template">
2859+ <field name="code">1110326002</field>
2860+ <field name="name">PLAZA CTA.Nº 0005780050221663</field>
2861+ <field name="type">other</field>
2862+ <field eval="False" name="reconcile"/>
2863+ <field name="user_type" ref="account_type_view"/>
2864+ <field name="parent_id" ref="chart_11103"/>
2865+ </record>
2866+ <record id="chart_1110332001" model="account.account.template">
2867+ <field name="code">1110332001</field>
2868+ <field name="name">V.DE CREDITO CTA.Nº 0021030210003843</field>
2869+ <field name="type">other</field>
2870+ <field eval="False" name="reconcile"/>
2871+ <field name="user_type" ref="account_type_view"/>
2872+ <field name="parent_id" ref="chart_11103"/>
2873+ </record>
2874+ <record id="chart_1110332002" model="account.account.template">
2875+ <field name="code">1110332002</field>
2876+ <field name="name">VENEZUELA CTA.Nº 0279510000029751</field>
2877+ <field name="type">other</field>
2878+ <field eval="False" name="reconcile"/>
2879+ <field name="user_type" ref="account_type_view"/>
2880+ <field name="parent_id" ref="chart_11103"/>
2881+ </record>
2882+ <record id="chart_1110332003" model="account.account.template">
2883+ <field name="code">1110332003</field>
2884+ <field name="name">VENEZUELA CTA.Nº 0233760000064266</field>
2885+ <field name="type">other</field>
2886+ <field eval="False" name="reconcile"/>
2887+ <field name="user_type" ref="account_type_view"/>
2888+ <field name="parent_id" ref="chart_11103"/>
2889+ </record>
2890+ <record id="chart_11104" model="account.account.template">
2891+ <field name="code">11104</field>
2892+ <field name="name">FONDOS EN MONEDAS EXTRANJERAS</field>
2893+ <field name="type">view</field>
2894+ <field eval="False" name="reconcile"/>
2895+ <field name="user_type" ref="account_type_view"/>
2896+ <field name="parent_id" ref="chart_111"/>
2897+ </record>
2898+ <record id="chart_1110411030" model="account.account.template">
2899+ <field name="code">1110411030</field>
2900+ <field name="name">BISCAYNE BANK, N.A CTA.Nº 1020673 DOLAR</field>
2901+ <field name="type">other</field>
2902+ <field eval="False" name="reconcile"/>
2903+ <field name="user_type" ref="account_type_view"/>
2904+ <field name="parent_id" ref="chart_11104"/>
2905+ </record>
2906+ <record id="chart_1110412001" model="account.account.template">
2907+ <field name="code">1110412001</field>
2908+ <field name="name">CORP BANCA CTA.Nº 3228258 DOLAR</field>
2909+ <field name="type">other</field>
2910+ <field eval="False" name="reconcile"/>
2911+ <field name="user_type" ref="account_type_view"/>
2912+ <field name="parent_id" ref="chart_11104"/>
2913+ </record>
2914+ <record id="chart_1110412003" model="account.account.template">
2915+ <field name="code">1110412003</field>
2916+ <field name="name">CORP BANCA CTA.Nº 4000360 EUROS</field>
2917+ <field name="type">other</field>
2918+ <field eval="False" name="reconcile"/>
2919+ <field name="user_type" ref="account_type_view"/>
2920+ <field name="parent_id" ref="chart_11104"/>
2921+ </record>
2922+ <record id="chart_1110417001" model="account.account.template">
2923+ <field name="code">1110417001</field>
2924+ <field name="name">HSBC CTA.Nº 0605151032 DOLAR</field>
2925+ <field name="type">other</field>
2926+ <field eval="False" name="reconcile"/>
2927+ <field name="user_type" ref="account_type_view"/>
2928+ <field name="parent_id" ref="chart_11104"/>
2929+ </record>
2930+ <record id="chart_1110417002" model="account.account.template">
2931+ <field name="code">1110417002</field>
2932+ <field name="name">HSBC CTA.Nº 0337285767 DOLAR</field>
2933+ <field name="type">other</field>
2934+ <field eval="False" name="reconcile"/>
2935+ <field name="user_type" ref="account_type_view"/>
2936+ <field name="parent_id" ref="chart_11104"/>
2937+ </record>
2938+ <record id="chart_1110425001" model="account.account.template">
2939+ <field name="code">1110425001</field>
2940+ <field name="name">BANCO DEL ORINOCO N.V.$ CTA.Nº 400174</field>
2941+ <field name="type">other</field>
2942+ <field eval="False" name="reconcile"/>
2943+ <field name="user_type" ref="account_type_view"/>
2944+ <field name="parent_id" ref="chart_11104"/>
2945+ </record>
2946+ <record id="chart_1110425002" model="account.account.template">
2947+ <field name="code">1110425002</field>
2948+ <field name="name">BANCO DEL ORINOCO N.V. € CTA.Nº 205885</field>
2949+ <field name="type">other</field>
2950+ <field eval="False" name="reconcile"/>
2951+ <field name="user_type" ref="account_type_view"/>
2952+ <field name="parent_id" ref="chart_11104"/>
2953+ </record>
2954+ <record id="chart_112" model="account.account.template">
2955+ <field name="code">112</field>
2956+ <field name="name">INVERSIONES TEMPORALES (PLAZO FIJO)</field>
2957+ <field name="type">view</field>
2958+ <field eval="False" name="reconcile"/>
2959+ <field name="user_type" ref="account_type_view"/>
2960+ <field name="parent_id" ref="chart_11"/>
2961+ </record>
2962+ <record id="chart_11201" model="account.account.template">
2963+ <field name="code">11201</field>
2964+ <field name="name">FONDOS DE ACTIVOS LIQUIDOS</field>
2965+ <field name="type">view</field>
2966+ <field eval="False" name="reconcile"/>
2967+ <field name="user_type" ref="account_type_view"/>
2968+ <field name="parent_id" ref="chart_112"/>
2969+ </record>
2970+ <record id="chart_1120112001" model="account.account.template">
2971+ <field name="code">1120112001</field>
2972+ <field name="name">CORP BANCA CTA.Nº 0134100300017479</field>
2973+ <field name="type">other</field>
2974+ <field eval="False" name="reconcile"/>
2975+ <field name="user_type" ref="account_type_view"/>
2976+ <field name="parent_id" ref="chart_11201"/>
2977+ </record>
2978+ <record id="chart_1120112002" model="account.account.template">
2979+ <field name="code">1120112002</field>
2980+ <field name="name">CANARIAS CTA.Nº 0005009020031113</field>
2981+ <field name="type">other</field>
2982+ <field eval="False" name="reconcile"/>
2983+ <field name="user_type" ref="account_type_view"/>
2984+ <field name="parent_id" ref="chart_11201"/>
2985+ </record>
2986+ <record id="chart_11202" model="account.account.template">
2987+ <field name="code">11202</field>
2988+ <field name="name">DEPOSITO PLAZO FIJO</field>
2989+ <field name="type">view</field>
2990+ <field eval="False" name="reconcile"/>
2991+ <field name="user_type" ref="account_type_view"/>
2992+ <field name="parent_id" ref="chart_112"/>
2993+ </record>
2994+ <record id="chart_11204" model="account.account.template">
2995+ <field name="code">11204</field>
2996+ <field name="name">DEPOSITO PLAZO FIJO MONEDAS EXTRANJERAS</field>
2997+ <field name="type">view</field>
2998+ <field eval="False" name="reconcile"/>
2999+ <field name="user_type" ref="account_type_view"/>
3000+ <field name="parent_id" ref="chart_112"/>
3001+ </record>
3002+ <record id="chart_1120417002" model="account.account.template">
3003+ <field name="code">1120417002</field>
3004+ <field name="name">DEPOSITO PLAZO FIJO HSBC.</field>
3005+ <field name="type">other</field>
3006+ <field eval="False" name="reconcile"/>
3007+ <field name="user_type" ref="account_type_view"/>
3008+ <field name="parent_id" ref="chart_11204"/>
3009+ </record>
3010+ <record id="chart_11211" model="account.account.template">
3011+ <field name="code">11211</field>
3012+ <field name="name">TITULOS DEUDA PUBLICA NACIONAL</field>
3013+ <field name="type">view</field>
3014+ <field eval="False" name="reconcile"/>
3015+ <field name="user_type" ref="account_type_view"/>
3016+ <field name="parent_id" ref="chart_112"/>
3017+ </record>
3018+ <record id="chart_11212" model="account.account.template">
3019+ <field name="code">11212</field>
3020+ <field name="name">TITULOS POR SITME (SIST.TRANS.TITULOS MON.EXT)</field>
3021+ <field name="type">view</field>
3022+ <field eval="False" name="reconcile"/>
3023+ <field name="user_type" ref="account_type_view"/>
3024+ <field name="parent_id" ref="chart_112"/>
3025+ </record>
3026+ <record id="chart_113" model="account.account.template">
3027+ <field name="code">113</field>
3028+ <field name="name">EXIGIBLES</field>
3029+ <field name="type">view</field>
3030+ <field eval="False" name="reconcile"/>
3031+ <field name="user_type" ref="account_type_view"/>
3032+ <field name="parent_id" ref="chart_11"/>
3033+ </record>
3034+ <record id="chart_11301" model="account.account.template">
3035+ <field name="code">11301</field>
3036+ <field name="name">EFECTOS POR COBRAR</field>
3037+ <field name="type">view</field>
3038+ <field eval="False" name="reconcile"/>
3039+ <field name="user_type" ref="account_type_view"/>
3040+ <field name="parent_id" ref="chart_113"/>
3041+ </record>
3042+ <record id="chart_11315" model="account.account.template">
3043+ <field name="code">11315</field>
3044+ <field name="name">EFECTOS POR COBRAR DESCONTADO</field>
3045+ <field name="type">view</field>
3046+ <field eval="False" name="reconcile"/>
3047+ <field name="user_type" ref="account_type_view"/>
3048+ <field name="parent_id" ref="chart_113"/>
3049+ </record>
3050+ <record id="chart_11320" model="account.account.template">
3051+ <field name="code">11320</field>
3052+ <field name="name">CUENTAS POR COBRAR COMERCIALES</field>
3053+ <field name="type">other</field>
3054+ <field eval="False" name="reconcile"/>
3055+ <field name="user_type" ref="account_type_view"/>
3056+ <field name="parent_id" ref="chart_113"/>
3057+ </record>
3058+ <record id="chart_11321" model="account.account.template">
3059+ <field name="code">11321</field>
3060+ <field name="name">CUENTAS POR COBRAR EMPRESAS RELACIONADAS</field>
3061+ <field name="type">view</field>
3062+ <field eval="False" name="reconcile"/>
3063+ <field name="user_type" ref="account_type_view"/>
3064+ <field name="parent_id" ref="chart_113"/>
3065+ </record>
3066+ <record id="chart_1132113121" model="account.account.template">
3067+ <field name="code">1132113121</field>
3068+ <field name="name">DISTRIBUIDORA ACROPOLIS, C.A.</field>
3069+ <field name="type">other</field>
3070+ <field eval="False" name="reconcile"/>
3071+ <field name="user_type" ref="account_type_view"/>
3072+ <field name="parent_id" ref="chart_11321"/>
3073+ </record>
3074+ <record id="chart_1132113132" model="account.account.template">
3075+ <field name="code">1132113132</field>
3076+ <field name="name">DISTRIBUIDORA ACROPOL.GUAYANA,C.A.</field>
3077+ <field name="type">other</field>
3078+ <field eval="False" name="reconcile"/>
3079+ <field name="user_type" ref="account_type_view"/>
3080+ <field name="parent_id" ref="chart_11321"/>
3081+ </record>
3082+ <record id="chart_1132113133" model="account.account.template">
3083+ <field name="code">1132113133</field>
3084+ <field name="name">REVESTIMIENTO DACROPOLIS,C.A.</field>
3085+ <field name="type">other</field>
3086+ <field eval="False" name="reconcile"/>
3087+ <field name="user_type" ref="account_type_view"/>
3088+ <field name="parent_id" ref="chart_11321"/>
3089+ </record>
3090+ <record id="chart_1132113134" model="account.account.template">
3091+ <field name="code">1132113134</field>
3092+ <field name="name">DISTRIBUIDORA ACROPOL.MONAGAS,C.A.</field>
3093+ <field name="type">other</field>
3094+ <field eval="False" name="reconcile"/>
3095+ <field name="user_type" ref="account_type_view"/>
3096+ <field name="parent_id" ref="chart_11321"/>
3097+ </record>
3098+ <record id="chart_1132113135" model="account.account.template">
3099+ <field name="code">1132113135</field>
3100+ <field name="name">DISTRIBUIDORA ACROP. MARACAY, C.A.</field>
3101+ <field name="type">other</field>
3102+ <field eval="False" name="reconcile"/>
3103+ <field name="user_type" ref="account_type_view"/>
3104+ <field name="parent_id" ref="chart_11321"/>
3105+ </record>
3106+ <record id="chart_1132113177" model="account.account.template">
3107+ <field name="code">1132113177</field>
3108+ <field name="name">DISTRIB.ACROPOLIS BARQUISIMETO, C.A.</field>
3109+ <field name="type">other</field>
3110+ <field eval="False" name="reconcile"/>
3111+ <field name="user_type" ref="account_type_view"/>
3112+ <field name="parent_id" ref="chart_11321"/>
3113+ </record>
3114+ <record id="chart_1132113178" model="account.account.template">
3115+ <field name="code">1132113178</field>
3116+ <field name="name">DISTRIB.ACROPOLIS MARACAIBO, C.A.</field>
3117+ <field name="type">other</field>
3118+ <field eval="False" name="reconcile"/>
3119+ <field name="user_type" ref="account_type_view"/>
3120+ <field name="parent_id" ref="chart_11321"/>
3121+ </record>
3122+ <record id="chart_1132113180" model="account.account.template">
3123+ <field name="code">1132113180</field>
3124+ <field name="name">DISTRIBUIDORA ACROPOLIS FALCON, C.A.</field>
3125+ <field name="type">other</field>
3126+ <field eval="False" name="reconcile"/>
3127+ <field name="user_type" ref="account_type_view"/>
3128+ <field name="parent_id" ref="chart_11321"/>
3129+ </record>
3130+ <record id="chart_1132114005" model="account.account.template">
3131+ <field name="code">1132114005</field>
3132+ <field name="name">EXPLOTACION PIEDRAS DE GUAYANA, C.A.</field>
3133+ <field name="type">other</field>
3134+ <field eval="False" name="reconcile"/>
3135+ <field name="user_type" ref="account_type_view"/>
3136+ <field name="parent_id" ref="chart_11321"/>
3137+ </record>
3138+ <record id="chart_11330" model="account.account.template">
3139+ <field name="code">11330</field>
3140+ <field name="name">CUENTAS POR COBRAR AL EXTERIOR</field>
3141+ <field name="type">view</field>
3142+ <field eval="False" name="reconcile"/>
3143+ <field name="user_type" ref="account_type_view"/>
3144+ <field name="parent_id" ref="chart_113"/>
3145+ </record>
3146+ <record id="chart_11390" model="account.account.template">
3147+ <field name="code">11390</field>
3148+ <field name="name">PROVISION PARA CUENTAS INCOBRABLES</field>
3149+ <field name="type">view</field>
3150+ <field eval="False" name="reconcile"/>
3151+ <field name="user_type" ref="account_type_view"/>
3152+ <field name="parent_id" ref="chart_113"/>
3153+ </record>
3154+ <record id="chart_114" model="account.account.template">
3155+ <field name="code">114</field>
3156+ <field name="name">OTRAS CUENTAS POR COBRAR</field>
3157+ <field name="type">view</field>
3158+ <field eval="False" name="reconcile"/>
3159+ <field name="user_type" ref="account_type_view"/>
3160+ <field name="parent_id" ref="chart_11"/>
3161+ </record>
3162+ <record id="chart_11401" model="account.account.template">
3163+ <field name="code">11401</field>
3164+ <field name="name">CUENTAS POR COBRAR DIRECTORES Y ACCIONISTAS</field>
3165+ <field name="type">view</field>
3166+ <field eval="False" name="reconcile"/>
3167+ <field name="user_type" ref="account_type_view"/>
3168+ <field name="parent_id" ref="chart_114"/>
3169+ </record>
3170+ <record id="chart_1140128002" model="account.account.template">
3171+ <field name="code">1140128002</field>
3172+ <field name="name">RUSCINO GOFFREDO</field>
3173+ <field name="type">other</field>
3174+ <field eval="False" name="reconcile"/>
3175+ <field name="user_type" ref="account_type_view"/>
3176+ <field name="parent_id" ref="chart_11401"/>
3177+ </record>
3178+ <record id="chart_1140128003" model="account.account.template">
3179+ <field name="code">1140128003</field>
3180+ <field name="name">RUSCINO MIGUEL</field>
3181+ <field name="type">other</field>
3182+ <field eval="False" name="reconcile"/>
3183+ <field name="user_type" ref="account_type_view"/>
3184+ <field name="parent_id" ref="chart_11401"/>
3185+ </record>
3186+ <record id="chart_1140132001" model="account.account.template">
3187+ <field name="code">1140132001</field>
3188+ <field name="name">VISICCHIO ROBERTO</field>
3189+ <field name="type">other</field>
3190+ <field eval="False" name="reconcile"/>
3191+ <field name="user_type" ref="account_type_view"/>
3192+ <field name="parent_id" ref="chart_11401"/>
3193+ </record>
3194+ <record id="chart_1140132003" model="account.account.template">
3195+ <field name="code">1140132003</field>
3196+ <field name="name">VISICCHIO SILVANA</field>
3197+ <field name="type">other</field>
3198+ <field eval="False" name="reconcile"/>
3199+ <field name="user_type" ref="account_type_view"/>
3200+ <field name="parent_id" ref="chart_11401"/>
3201+ </record>
3202+ <record id="chart_1140132004" model="account.account.template">
3203+ <field name="code">1140132004</field>
3204+ <field name="name">VISICCHIO ALBERTO</field>
3205+ <field name="type">other</field>
3206+ <field eval="False" name="reconcile"/>
3207+ <field name="user_type" ref="account_type_view"/>
3208+ <field name="parent_id" ref="chart_11401"/>
3209+ </record>
3210+ <record id="chart_1140132005" model="account.account.template">
3211+ <field name="code">1140132005</field>
3212+ <field name="name">VISICCHIO RITA</field>
3213+ <field name="type">other</field>
3214+ <field eval="False" name="reconcile"/>
3215+ <field name="user_type" ref="account_type_view"/>
3216+ <field name="parent_id" ref="chart_11401"/>
3217+ </record>
3218+ <record id="chart_1140132006" model="account.account.template">
3219+ <field name="code">1140132006</field>
3220+ <field name="name">VISICCHIO GIANCARLOS</field>
3221+ <field name="type">other</field>
3222+ <field eval="False" name="reconcile"/>
3223+ <field name="user_type" ref="account_type_view"/>
3224+ <field name="parent_id" ref="chart_11401"/>
3225+ </record>
3226+ <record id="chart_11402" model="account.account.template">
3227+ <field name="code">11402</field>
3228+ <field name="name">CUENTAS POR COBRAR EMPRESAS FILIALES</field>
3229+ <field name="type">view</field>
3230+ <field eval="False" name="reconcile"/>
3231+ <field name="user_type" ref="account_type_view"/>
3232+ <field name="parent_id" ref="chart_114"/>
3233+ </record>
3234+ <record id="chart_11403" model="account.account.template">
3235+ <field name="code">11403</field>
3236+ <field name="name">PRESTAMOS A EMPRESAS RELACIONADAS</field>
3237+ <field name="type">view</field>
3238+ <field eval="False" name="reconcile"/>
3239+ <field name="user_type" ref="account_type_view"/>
3240+ <field name="parent_id" ref="chart_114"/>
3241+ </record>
3242+ <record id="chart_1140313121" model="account.account.template">
3243+ <field name="code">1140313121</field>
3244+ <field name="name">DISTRIBUIDORA ACROPOLIS, C.A.</field>
3245+ <field name="type">other</field>
3246+ <field eval="False" name="reconcile"/>
3247+ <field name="user_type" ref="account_type_view"/>
3248+ <field name="parent_id" ref="chart_11403"/>
3249+ </record>
3250+ <record id="chart_1140313132" model="account.account.template">
3251+ <field name="code">1140313132</field>
3252+ <field name="name">DISTRIBUIDORA ACROPOLIS GUAYANA</field>
3253+ <field name="type">other</field>
3254+ <field eval="False" name="reconcile"/>
3255+ <field name="user_type" ref="account_type_view"/>
3256+ <field name="parent_id" ref="chart_11403"/>
3257+ </record>
3258+ <record id="chart_1140313133" model="account.account.template">
3259+ <field name="code">1140313133</field>
3260+ <field name="name">REVESTIMIENTO DACROPOLIS, C.A.</field>
3261+ <field name="type">other</field>
3262+ <field eval="False" name="reconcile"/>
3263+ <field name="user_type" ref="account_type_view"/>
3264+ <field name="parent_id" ref="chart_11403"/>
3265+ </record>
3266+ <record id="chart_1140313134" model="account.account.template">
3267+ <field name="code">1140313134</field>
3268+ <field name="name">DISTRIBUID.ACROPOLIS MONAGAS, C.A.</field>
3269+ <field name="type">other</field>
3270+ <field eval="False" name="reconcile"/>
3271+ <field name="user_type" ref="account_type_view"/>
3272+ <field name="parent_id" ref="chart_11403"/>
3273+ </record>
3274+ <record id="chart_1140313135" model="account.account.template">
3275+ <field name="code">1140313135</field>
3276+ <field name="name">DISTRIBUID.ACROPOLIS MARACAY, C.A.</field>
3277+ <field name="type">other</field>
3278+ <field eval="False" name="reconcile"/>
3279+ <field name="user_type" ref="account_type_view"/>
3280+ <field name="parent_id" ref="chart_11403"/>
3281+ </record>
3282+ <record id="chart_1140313177" model="account.account.template">
3283+ <field name="code">1140313177</field>
3284+ <field name="name">DISTRIB.ACROPOLIS BARQUISIMETO, C.A.</field>
3285+ <field name="type">other</field>
3286+ <field eval="False" name="reconcile"/>
3287+ <field name="user_type" ref="account_type_view"/>
3288+ <field name="parent_id" ref="chart_11403"/>
3289+ </record>
3290+ <record id="chart_1140313178" model="account.account.template">
3291+ <field name="code">1140313178</field>
3292+ <field name="name">DISTRIB.ACROPOLIS MARACAIBO, C.A.</field>
3293+ <field name="type">other</field>
3294+ <field eval="False" name="reconcile"/>
3295+ <field name="user_type" ref="account_type_view"/>
3296+ <field name="parent_id" ref="chart_11403"/>
3297+ </record>
3298+ <record id="chart_1140313179" model="account.account.template">
3299+ <field name="code">1140313179</field>
3300+ <field name="name">DISTRIB.ACROPOLIS SAN CRISTOBAL, C.A.</field>
3301+ <field name="type">other</field>
3302+ <field eval="False" name="reconcile"/>
3303+ <field name="user_type" ref="account_type_view"/>
3304+ <field name="parent_id" ref="chart_11403"/>
3305+ </record>
3306+ <record id="chart_1140313180" model="account.account.template">
3307+ <field name="code">1140313180</field>
3308+ <field name="name">DISTRIBUIDORA ACROPOLIS FALCON, C.A.</field>
3309+ <field name="type">other</field>
3310+ <field eval="False" name="reconcile"/>
3311+ <field name="user_type" ref="account_type_view"/>
3312+ <field name="parent_id" ref="chart_11403"/>
3313+ </record>
3314+ <record id="chart_1140314005" model="account.account.template">
3315+ <field name="code">1140314005</field>
3316+ <field name="name">EXPLOTACION PIEDRAS DE GUAYANA, C.A.</field>
3317+ <field name="type">other</field>
3318+ <field eval="False" name="reconcile"/>
3319+ <field name="user_type" ref="account_type_view"/>
3320+ <field name="parent_id" ref="chart_11403"/>
3321+ </record>
3322+ <record id="chart_11404" model="account.account.template">
3323+ <field name="code">11404</field>
3324+ <field name="name">CUENTAS POR COBRAR EMPLEADOS</field>
3325+ <field name="type">view</field>
3326+ <field eval="False" name="reconcile"/>
3327+ <field name="user_type" ref="account_type_view"/>
3328+ <field name="parent_id" ref="chart_114"/>
3329+ </record>
3330+ <record id="chart_1140410001" model="account.account.template">
3331+ <field name="code">1140410001</field>
3332+ <field name="name">ARBELO JESUS</field>
3333+ <field name="type">other</field>
3334+ <field eval="False" name="reconcile"/>
3335+ <field name="user_type" ref="account_type_view"/>
3336+ <field name="parent_id" ref="chart_11404"/>
3337+ </record>
3338+ <record id="chart_1140422002" model="account.account.template">
3339+ <field name="code">1140422002</field>
3340+ <field name="name">MILLAN AIDEE</field>
3341+ <field name="type">other</field>
3342+ <field eval="False" name="reconcile"/>
3343+ <field name="user_type" ref="account_type_view"/>
3344+ <field name="parent_id" ref="chart_11404"/>
3345+ </record>
3346+ <record id="chart_1140426001" model="account.account.template">
3347+ <field name="code">1140426001</field>
3348+ <field name="name">PEARSON ANTONIO</field>
3349+ <field name="type">other</field>
3350+ <field eval="False" name="reconcile"/>
3351+ <field name="user_type" ref="account_type_view"/>
3352+ <field name="parent_id" ref="chart_11404"/>
3353+ </record>
3354+ <record id="chart_1140426002" model="account.account.template">
3355+ <field name="code">1140426002</field>
3356+ <field name="name">PADOVANI ROBERT</field>
3357+ <field name="type">other</field>
3358+ <field eval="False" name="reconcile"/>
3359+ <field name="user_type" ref="account_type_view"/>
3360+ <field name="parent_id" ref="chart_11404"/>
3361+ </record>
3362+ <record id="chart_1140426003" model="account.account.template">
3363+ <field name="code">1140426003</field>
3364+ <field name="name">PALACIOS BLASINA</field>
3365+ <field name="type">other</field>
3366+ <field eval="False" name="reconcile"/>
3367+ <field name="user_type" ref="account_type_view"/>
3368+ <field name="parent_id" ref="chart_11404"/>
3369+ </record>
3370+ <record id="chart_1140428001" model="account.account.template">
3371+ <field name="code">1140428001</field>
3372+ <field name="name">RAMOS ODALYS</field>
3373+ <field name="type">other</field>
3374+ <field eval="False" name="reconcile"/>
3375+ <field name="user_type" ref="account_type_view"/>
3376+ <field name="parent_id" ref="chart_11404"/>
3377+ </record>
3378+ <record id="chart_1140429008" model="account.account.template">
3379+ <field name="code">1140429008</field>
3380+ <field name="name">SOTO P. DINA C.</field>
3381+ <field name="type">other</field>
3382+ <field eval="False" name="reconcile"/>
3383+ <field name="user_type" ref="account_type_view"/>
3384+ <field name="parent_id" ref="chart_11404"/>
3385+ </record>
3386+ <record id="chart_1140429009" model="account.account.template">
3387+ <field name="code">1140429009</field>
3388+ <field name="name">MARQUEZ JUAN</field>
3389+ <field name="type">other</field>
3390+ <field eval="False" name="reconcile"/>
3391+ <field name="user_type" ref="account_type_view"/>
3392+ <field name="parent_id" ref="chart_11404"/>
3393+ </record>
3394+ <record id="chart_1140429010" model="account.account.template">
3395+ <field name="code">1140429010</field>
3396+ <field name="name">FERNANDEZ DE CUEVAS ELIZABETH</field>
3397+ <field name="type">other</field>
3398+ <field eval="False" name="reconcile"/>
3399+ <field name="user_type" ref="account_type_view"/>
3400+ <field name="parent_id" ref="chart_11404"/>
3401+ </record>
3402+ <record id="chart_1140429011" model="account.account.template">
3403+ <field name="code">1140429011</field>
3404+ <field name="name">SILVA JEREYS</field>
3405+ <field name="type">other</field>
3406+ <field eval="False" name="reconcile"/>
3407+ <field name="user_type" ref="account_type_view"/>
3408+ <field name="parent_id" ref="chart_11404"/>
3409+ </record>
3410+ <record id="chart_1140429012" model="account.account.template">
3411+ <field name="code">1140429012</field>
3412+ <field name="name">TRUJILLO BIVINA</field>
3413+ <field name="type">other</field>
3414+ <field eval="False" name="reconcile"/>
3415+ <field name="user_type" ref="account_type_view"/>
3416+ <field name="parent_id" ref="chart_11404"/>
3417+ </record>
3418+ <record id="chart_1140429013" model="account.account.template">
3419+ <field name="code">1140429013</field>
3420+ <field name="name">ANGULO KAREN</field>
3421+ <field name="type">other</field>
3422+ <field eval="False" name="reconcile"/>
3423+ <field name="user_type" ref="account_type_view"/>
3424+ <field name="parent_id" ref="chart_11404"/>
3425+ </record>
3426+ <record id="chart_1140429014" model="account.account.template">
3427+ <field name="code">1140429014</field>
3428+ <field name="name">PEREZ AIRAM</field>
3429+ <field name="type">other</field>
3430+ <field eval="False" name="reconcile"/>
3431+ <field name="user_type" ref="account_type_view"/>
3432+ <field name="parent_id" ref="chart_11404"/>
3433+ </record>
3434+ <record id="chart_1140429015" model="account.account.template">
3435+ <field name="code">1140429015</field>
3436+ <field name="name">PEREZ ADRIANA</field>
3437+ <field name="type">other</field>
3438+ <field eval="False" name="reconcile"/>
3439+ <field name="user_type" ref="account_type_view"/>
3440+ <field name="parent_id" ref="chart_11404"/>
3441+ </record>
3442+ <record id="chart_1140429016" model="account.account.template">
3443+ <field name="code">1140429016</field>
3444+ <field name="name">BIASETTI DIANNA</field>
3445+ <field name="type">other</field>
3446+ <field eval="False" name="reconcile"/>
3447+ <field name="user_type" ref="account_type_view"/>
3448+ <field name="parent_id" ref="chart_11404"/>
3449+ </record>
3450+ <record id="chart_1140429017" model="account.account.template">
3451+ <field name="code">1140429017</field>
3452+ <field name="name">BERNABEU ADRIANA</field>
3453+ <field name="type">other</field>
3454+ <field eval="False" name="reconcile"/>
3455+ <field name="user_type" ref="account_type_view"/>
3456+ <field name="parent_id" ref="chart_11404"/>
3457+ </record>
3458+ <record id="chart_1140499999" model="account.account.template">
3459+ <field name="code">1140499999</field>
3460+ <field name="name">CUENTAS POR COBRAR VARIAS</field>
3461+ <field name="type">other</field>
3462+ <field eval="False" name="reconcile"/>
3463+ <field name="user_type" ref="account_type_view"/>
3464+ <field name="parent_id" ref="chart_11404"/>
3465+ </record>
3466+ <record id="chart_11405" model="account.account.template">
3467+ <field name="code">11405</field>
3468+ <field name="name">CUENTAS POR COBRAR OBREROS</field>
3469+ <field name="type">view</field>
3470+ <field eval="False" name="reconcile"/>
3471+ <field name="user_type" ref="account_type_view"/>
3472+ <field name="parent_id" ref="chart_114"/>
3473+ </record>
3474+ <record id="chart_1140510016" model="account.account.template">
3475+ <field name="code">1140510016</field>
3476+ <field name="name">ANTOIMA ANGEL</field>
3477+ <field name="type">other</field>
3478+ <field eval="False" name="reconcile"/>
3479+ <field name="user_type" ref="account_type_view"/>
3480+ <field name="parent_id" ref="chart_11405"/>
3481+ </record>
3482+ <record id="chart_1140510040" model="account.account.template">
3483+ <field name="code">1140510040</field>
3484+ <field name="name">ARAUJO JOSE DAVID</field>
3485+ <field name="type">other</field>
3486+ <field eval="False" name="reconcile"/>
3487+ <field name="user_type" ref="account_type_view"/>
3488+ <field name="parent_id" ref="chart_11405"/>
3489+ </record>
3490+ <record id="chart_1140511001" model="account.account.template">
3491+ <field name="code">1140511001</field>
3492+ <field name="name">BARRIOS NAVAS ABRANHAN</field>
3493+ <field name="type">other</field>
3494+ <field eval="False" name="reconcile"/>
3495+ <field name="user_type" ref="account_type_view"/>
3496+ <field name="parent_id" ref="chart_11405"/>
3497+ </record>
3498+ <record id="chart_1140512005" model="account.account.template">
3499+ <field name="code">1140512005</field>
3500+ <field name="name">CEBALLOS RONALD JOSE</field>
3501+ <field name="type">other</field>
3502+ <field eval="False" name="reconcile"/>
3503+ <field name="user_type" ref="account_type_view"/>
3504+ <field name="parent_id" ref="chart_11405"/>
3505+ </record>
3506+ <record id="chart_1140512006" model="account.account.template">
3507+ <field name="code">1140512006</field>
3508+ <field name="name">CONTRERAS ORELLANO JOSE SANTOS</field>
3509+ <field name="type">other</field>
3510+ <field eval="False" name="reconcile"/>
3511+ <field name="user_type" ref="account_type_view"/>
3512+ <field name="parent_id" ref="chart_11405"/>
3513+ </record>
3514+ <record id="chart_1140512040" model="account.account.template">
3515+ <field name="code">1140512040</field>
3516+ <field name="name">COLMENARES A. ERICK M.</field>
3517+ <field name="type">other</field>
3518+ <field eval="False" name="reconcile"/>
3519+ <field name="user_type" ref="account_type_view"/>
3520+ <field name="parent_id" ref="chart_11405"/>
3521+ </record>
3522+ <record id="chart_1140513015" model="account.account.template">
3523+ <field name="code">1140513015</field>
3524+ <field name="name">DURAN R. FREDDY E.</field>
3525+ <field name="type">other</field>
3526+ <field eval="False" name="reconcile"/>
3527+ <field name="user_type" ref="account_type_view"/>
3528+ <field name="parent_id" ref="chart_11405"/>
3529+ </record>
3530+ <record id="chart_1140514005" model="account.account.template">
3531+ <field name="code">1140514005</field>
3532+ <field name="name">ESPINOZA JUAN E.</field>
3533+ <field name="type">other</field>
3534+ <field eval="False" name="reconcile"/>
3535+ <field name="user_type" ref="account_type_view"/>
3536+ <field name="parent_id" ref="chart_11405"/>
3537+ </record>
3538+ <record id="chart_1140514006" model="account.account.template">
3539+ <field name="code">1140514006</field>
3540+ <field name="name">ESCALANTE JOSE GREGORIO</field>
3541+ <field name="type">other</field>
3542+ <field eval="False" name="reconcile"/>
3543+ <field name="user_type" ref="account_type_view"/>
3544+ <field name="parent_id" ref="chart_11405"/>
3545+ </record>
3546+ <record id="chart_1140516001" model="account.account.template">
3547+ <field name="code">1140516001</field>
3548+ <field name="name">GOMEZ MORENO JUNIOR</field>
3549+ <field name="type">other</field>
3550+ <field eval="False" name="reconcile"/>
3551+ <field name="user_type" ref="account_type_view"/>
3552+ <field name="parent_id" ref="chart_11405"/>
3553+ </record>
3554+ <record id="chart_1140516002" model="account.account.template">
3555+ <field name="code">1140516002</field>
3556+ <field name="name">GUTIERREZ LUIS</field>
3557+ <field name="type">other</field>
3558+ <field eval="False" name="reconcile"/>
3559+ <field name="user_type" ref="account_type_view"/>
3560+ <field name="parent_id" ref="chart_11405"/>
3561+ </record>
3562+ <record id="chart_1140516003" model="account.account.template">
3563+ <field name="code">1140516003</field>
3564+ <field name="name">GONZALEZ HERNAN</field>
3565+ <field name="type">other</field>
3566+ <field eval="False" name="reconcile"/>
3567+ <field name="user_type" ref="account_type_view"/>
3568+ <field name="parent_id" ref="chart_11405"/>
3569+ </record>
3570+ <record id="chart_1140516004" model="account.account.template">
3571+ <field name="code">1140516004</field>
3572+ <field name="name">GONZALEZ JUNIOR</field>
3573+ <field name="type">other</field>
3574+ <field eval="False" name="reconcile"/>
3575+ <field name="user_type" ref="account_type_view"/>
3576+ <field name="parent_id" ref="chart_11405"/>
3577+ </record>
3578+ <record id="chart_1140516005" model="account.account.template">
3579+ <field name="code">1140516005</field>
3580+ <field name="name">GONZALEZ CANDELARIO</field>
3581+ <field name="type">other</field>
3582+ <field eval="False" name="reconcile"/>
3583+ <field name="user_type" ref="account_type_view"/>
3584+ <field name="parent_id" ref="chart_11405"/>
3585+ </record>
3586+ <record id="chart_1140516012" model="account.account.template">
3587+ <field name="code">1140516012</field>
3588+ <field name="name">GONZALEZ JINMY</field>
3589+ <field name="type">other</field>
3590+ <field eval="False" name="reconcile"/>
3591+ <field name="user_type" ref="account_type_view"/>
3592+ <field name="parent_id" ref="chart_11405"/>
3593+ </record>
3594+ <record id="chart_1140516013" model="account.account.template">
3595+ <field name="code">1140516013</field>
3596+ <field name="name">GARCIA C. KENT J.</field>
3597+ <field name="type">other</field>
3598+ <field eval="False" name="reconcile"/>
3599+ <field name="user_type" ref="account_type_view"/>
3600+ <field name="parent_id" ref="chart_11405"/>
3601+ </record>
3602+ <record id="chart_1140516014" model="account.account.template">
3603+ <field name="code">1140516014</field>
3604+ <field name="name">GONZALEZ R. ILDEMAR C.</field>
3605+ <field name="type">other</field>
3606+ <field eval="False" name="reconcile"/>
3607+ <field name="user_type" ref="account_type_view"/>
3608+ <field name="parent_id" ref="chart_11405"/>
3609+ </record>
3610+ <record id="chart_1140516015" model="account.account.template">
3611+ <field name="code">1140516015</field>
3612+ <field name="name">GOMEZ G. YONDER J.</field>
3613+ <field name="type">other</field>
3614+ <field eval="False" name="reconcile"/>
3615+ <field name="user_type" ref="account_type_view"/>
3616+ <field name="parent_id" ref="chart_11405"/>
3617+ </record>
3618+ <record id="chart_1140517010" model="account.account.template">
3619+ <field name="code">1140517010</field>
3620+ <field name="name">HERNANDEZ FREDYS</field>
3621+ <field name="type">other</field>
3622+ <field eval="False" name="reconcile"/>
3623+ <field name="user_type" ref="account_type_view"/>
3624+ <field name="parent_id" ref="chart_11405"/>
3625+ </record>
3626+ <record id="chart_1140517015" model="account.account.template">
3627+ <field name="code">1140517015</field>
3628+ <field name="name">HIDALGO FELIX</field>
3629+ <field name="type">other</field>
3630+ <field eval="False" name="reconcile"/>
3631+ <field name="user_type" ref="account_type_view"/>
3632+ <field name="parent_id" ref="chart_11405"/>
3633+ </record>
3634+ <record id="chart_1140521003" model="account.account.template">
3635+ <field name="code">1140521003</field>
3636+ <field name="name">LAMON ANGEL</field>
3637+ <field name="type">other</field>
3638+ <field eval="False" name="reconcile"/>
3639+ <field name="user_type" ref="account_type_view"/>
3640+ <field name="parent_id" ref="chart_11405"/>
3641+ </record>
3642+ <record id="chart_1140521004" model="account.account.template">
3643+ <field name="code">1140521004</field>
3644+ <field name="name">LOPEZ A.HUMBERTO D.</field>
3645+ <field name="type">other</field>
3646+ <field eval="False" name="reconcile"/>
3647+ <field name="user_type" ref="account_type_view"/>
3648+ <field name="parent_id" ref="chart_11405"/>
3649+ </record>
3650+ <record id="chart_1140522005" model="account.account.template">
3651+ <field name="code">1140522005</field>
3652+ <field name="name">MARTINEZ CARLOS ALBERTO</field>
3653+ <field name="type">other</field>
3654+ <field eval="False" name="reconcile"/>
3655+ <field name="user_type" ref="account_type_view"/>
3656+ <field name="parent_id" ref="chart_11405"/>
3657+ </record>
3658+ <record id="chart_1140522006" model="account.account.template">
3659+ <field name="code">1140522006</field>
3660+ <field name="name">MARQUEZ YOHAN</field>
3661+ <field name="type">other</field>
3662+ <field eval="False" name="reconcile"/>
3663+ <field name="user_type" ref="account_type_view"/>
3664+ <field name="parent_id" ref="chart_11405"/>
3665+ </record>
3666+ <record id="chart_1140528007" model="account.account.template">
3667+ <field name="code">1140528007</field>
3668+ <field name="name">RIVAS JUAN CARLOS</field>
3669+ <field name="type">other</field>
3670+ <field eval="False" name="reconcile"/>
3671+ <field name="user_type" ref="account_type_view"/>
3672+ <field name="parent_id" ref="chart_11405"/>
3673+ </record>
3674+ <record id="chart_1140528008" model="account.account.template">
3675+ <field name="code">1140528008</field>
3676+ <field name="name">RUIZ DANIS</field>
3677+ <field name="type">other</field>
3678+ <field eval="False" name="reconcile"/>
3679+ <field name="user_type" ref="account_type_view"/>
3680+ <field name="parent_id" ref="chart_11405"/>
3681+ </record>
3682+ <record id="chart_1140528009" model="account.account.template">
3683+ <field name="code">1140528009</field>
3684+ <field name="name">RONDON RENE</field>
3685+ <field name="type">other</field>
3686+ <field eval="False" name="reconcile"/>
3687+ <field name="user_type" ref="account_type_view"/>
3688+ <field name="parent_id" ref="chart_11405"/>
3689+ </record>
3690+ <record id="chart_1140528012" model="account.account.template">
3691+ <field name="code">1140528012</field>
3692+ <field name="name">RAMIREZ F. JOHAN</field>
3693+ <field name="type">other</field>
3694+ <field eval="False" name="reconcile"/>
3695+ <field name="user_type" ref="account_type_view"/>
3696+ <field name="parent_id" ref="chart_11405"/>
3697+ </record>
3698+ <record id="chart_1140529006" model="account.account.template">
3699+ <field name="code">1140529006</field>
3700+ <field name="name">SOTO P.MIGUEL A.</field>
3701+ <field name="type">other</field>
3702+ <field eval="False" name="reconcile"/>
3703+ <field name="user_type" ref="account_type_view"/>
3704+ <field name="parent_id" ref="chart_11405"/>
3705+ </record>
3706+ <record id="chart_1140529007" model="account.account.template">
3707+ <field name="code">1140529007</field>
3708+ <field name="name">SOTO O. PEDRO A.</field>
3709+ <field name="type">other</field>
3710+ <field eval="False" name="reconcile"/>
3711+ <field name="user_type" ref="account_type_view"/>
3712+ <field name="parent_id" ref="chart_11405"/>
3713+ </record>
3714+ <record id="chart_1140531005" model="account.account.template">
3715+ <field name="code">1140531005</field>
3716+ <field name="name">URRUTIA ALBERTO</field>
3717+ <field name="type">other</field>
3718+ <field eval="False" name="reconcile"/>
3719+ <field name="user_type" ref="account_type_view"/>
3720+ <field name="parent_id" ref="chart_11405"/>
3721+ </record>
3722+ <record id="chart_1140536005" model="account.account.template">
3723+ <field name="code">1140536005</field>
3724+ <field name="name">ZAMBRANO ANGEL D.</field>
3725+ <field name="type">other</field>
3726+ <field eval="False" name="reconcile"/>
3727+ <field name="user_type" ref="account_type_view"/>
3728+ <field name="parent_id" ref="chart_11405"/>
3729+ </record>
3730+ <record id="chart_1140536006" model="account.account.template">
3731+ <field name="code">1140536006</field>
3732+ <field name="name">CALCURIAN LUIS MANUEL</field>
3733+ <field name="type">other</field>
3734+ <field eval="False" name="reconcile"/>
3735+ <field name="user_type" ref="account_type_view"/>
3736+ <field name="parent_id" ref="chart_11405"/>
3737+ </record>
3738+ <record id="chart_1140536007" model="account.account.template">
3739+ <field name="code">1140536007</field>
3740+ <field name="name">LAMON AROCHA PEDRO JOSE</field>
3741+ <field name="type">other</field>
3742+ <field eval="False" name="reconcile"/>
3743+ <field name="user_type" ref="account_type_view"/>
3744+ <field name="parent_id" ref="chart_11405"/>
3745+ </record>
3746+ <record id="chart_1140536008" model="account.account.template">
3747+ <field name="code">1140536008</field>
3748+ <field name="name">HERNANDEZ DANNY</field>
3749+ <field name="type">other</field>
3750+ <field eval="False" name="reconcile"/>
3751+ <field name="user_type" ref="account_type_view"/>
3752+ <field name="parent_id" ref="chart_11405"/>
3753+ </record>
3754+ <record id="chart_1140536009" model="account.account.template">
3755+ <field name="code">1140536009</field>
3756+ <field name="name">MURO YOHOMAR</field>
3757+ <field name="type">other</field>
3758+ <field eval="False" name="reconcile"/>
3759+ <field name="user_type" ref="account_type_view"/>
3760+ <field name="parent_id" ref="chart_11405"/>
3761+ </record>
3762+ <record id="chart_1140536010" model="account.account.template">
3763+ <field name="code">1140536010</field>
3764+ <field name="name">CASTELLANO LAO J.</field>
3765+ <field name="type">other</field>
3766+ <field eval="False" name="reconcile"/>
3767+ <field name="user_type" ref="account_type_view"/>
3768+ <field name="parent_id" ref="chart_11405"/>
3769+ </record>
3770+ <record id="chart_1140536011" model="account.account.template">
3771+ <field name="code">1140536011</field>
3772+ <field name="name">UGAS ERICK</field>
3773+ <field name="type">other</field>
3774+ <field eval="False" name="reconcile"/>
3775+ <field name="user_type" ref="account_type_view"/>
3776+ <field name="parent_id" ref="chart_11405"/>
3777+ </record>
3778+ <record id="chart_1140536012" model="account.account.template">
3779+ <field name="code">1140536012</field>
3780+ <field name="name">SOTO JOSE LUIS</field>
3781+ <field name="type">other</field>
3782+ <field eval="False" name="reconcile"/>
3783+ <field name="user_type" ref="account_type_view"/>
3784+ <field name="parent_id" ref="chart_11405"/>
3785+ </record>
3786+ <record id="chart_1140536013" model="account.account.template">
3787+ <field name="code">1140536013</field>
3788+ <field name="name">RAMIREZ C. DARRINSON J.</field>
3789+ <field name="type">other</field>
3790+ <field eval="False" name="reconcile"/>
3791+ <field name="user_type" ref="account_type_view"/>
3792+ <field name="parent_id" ref="chart_11405"/>
3793+ </record>
3794+ <record id="chart_1140536014" model="account.account.template">
3795+ <field name="code">1140536014</field>
3796+ <field name="name">RODRIGUEZ GILBERT</field>
3797+ <field name="type">other</field>
3798+ <field eval="False" name="reconcile"/>
3799+ <field name="user_type" ref="account_type_view"/>
3800+ <field name="parent_id" ref="chart_11405"/>
3801+ </record>
3802+ <record id="chart_1140536015" model="account.account.template">
3803+ <field name="code">1140536015</field>
3804+ <field name="name">SUAREZ R. LUIS E.</field>
3805+ <field name="type">other</field>
3806+ <field eval="False" name="reconcile"/>
3807+ <field name="user_type" ref="account_type_view"/>
3808+ <field name="parent_id" ref="chart_11405"/>
3809+ </record>
3810+ <record id="chart_1140536016" model="account.account.template">
3811+ <field name="code">1140536016</field>
3812+ <field name="name">PALMA YSIDRO</field>
3813+ <field name="type">other</field>
3814+ <field eval="False" name="reconcile"/>
3815+ <field name="user_type" ref="account_type_view"/>
3816+ <field name="parent_id" ref="chart_11405"/>
3817+ </record>
3818+ <record id="chart_1140536017" model="account.account.template">
3819+ <field name="code">1140536017</field>
3820+ <field name="name">BRICEÑO TEOFILO</field>
3821+ <field name="type">other</field>
3822+ <field eval="False" name="reconcile"/>
3823+ <field name="user_type" ref="account_type_view"/>
3824+ <field name="parent_id" ref="chart_11405"/>
3825+ </record>
3826+ <record id="chart_1140536018" model="account.account.template">
3827+ <field name="code">1140536018</field>
3828+ <field name="name">SIMOZA LUIS JOSE</field>
3829+ <field name="type">other</field>
3830+ <field eval="False" name="reconcile"/>
3831+ <field name="user_type" ref="account_type_view"/>
3832+ <field name="parent_id" ref="chart_11405"/>
3833+ </record>
3834+ <record id="chart_1140536019" model="account.account.template">
3835+ <field name="code">1140536019</field>
3836+ <field name="name">PEREZ ROJAS JOSE VICENTE</field>
3837+ <field name="type">other</field>
3838+ <field eval="False" name="reconcile"/>
3839+ <field name="user_type" ref="account_type_view"/>
3840+ <field name="parent_id" ref="chart_11405"/>
3841+ </record>
3842+ <record id="chart_1140536020" model="account.account.template">
3843+ <field name="code">1140536020</field>
3844+ <field name="name">DELGADO JUAN</field>
3845+ <field name="type">other</field>
3846+ <field eval="False" name="reconcile"/>
3847+ <field name="user_type" ref="account_type_view"/>
3848+ <field name="parent_id" ref="chart_11405"/>
3849+ </record>
3850+ <record id="chart_1140536021" model="account.account.template">
3851+ <field name="code">1140536021</field>
3852+ <field name="name">RODRIGUEZ CESAR</field>
3853+ <field name="type">other</field>
3854+ <field eval="False" name="reconcile"/>
3855+ <field name="user_type" ref="account_type_view"/>
3856+ <field name="parent_id" ref="chart_11405"/>
3857+ </record>
3858+ <record id="chart_1140536022" model="account.account.template">
3859+ <field name="code">1140536022</field>
3860+ <field name="name">SUNIAGA D. ANGEL</field>
3861+ <field name="type">other</field>
3862+ <field eval="False" name="reconcile"/>
3863+ <field name="user_type" ref="account_type_view"/>
3864+ <field name="parent_id" ref="chart_11405"/>
3865+ </record>
3866+ <record id="chart_1140536023" model="account.account.template">
3867+ <field name="code">1140536023</field>
3868+ <field name="name">FLORES DEIVY</field>
3869+ <field name="type">other</field>
3870+ <field eval="False" name="reconcile"/>
3871+ <field name="user_type" ref="account_type_view"/>
3872+ <field name="parent_id" ref="chart_11405"/>
3873+ </record>
3874+ <record id="chart_1140536024" model="account.account.template">
3875+ <field name="code">1140536024</field>
3876+ <field name="name">RINCON EMERSON</field>
3877+ <field name="type">other</field>
3878+ <field eval="False" name="reconcile"/>
3879+ <field name="user_type" ref="account_type_view"/>
3880+ <field name="parent_id" ref="chart_11405"/>
3881+ </record>
3882+ <record id="chart_1140536025" model="account.account.template">
3883+ <field name="code">1140536025</field>
3884+ <field name="name">DA SILVA MAIA</field>
3885+ <field name="type">other</field>
3886+ <field eval="False" name="reconcile"/>
3887+ <field name="user_type" ref="account_type_view"/>
3888+ <field name="parent_id" ref="chart_11405"/>
3889+ </record>
3890+ <record id="chart_1140536026" model="account.account.template">
3891+ <field name="code">1140536026</field>
3892+ <field name="name">SULBARAN WILLIAM</field>
3893+ <field name="type">other</field>
3894+ <field eval="False" name="reconcile"/>
3895+ <field name="user_type" ref="account_type_view"/>
3896+ <field name="parent_id" ref="chart_11405"/>
3897+ </record>
3898+ <record id="chart_11405360267" model="account.account.template">
3899+ <field name="code">11405360267</field>
3900+ <field name="name">GONZALEZ PEDRO</field>
3901+ <field name="type">view</field>
3902+ <field eval="False" name="reconcile"/>
3903+ <field name="user_type" ref="account_type_view"/>
3904+ </record>
3905+ <record id="chart_11405360268" model="account.account.template">
3906+ <field name="code">11405360268</field>
3907+ <field name="name">OSORIO JOSUE</field>
3908+ <field name="type">view</field>
3909+ <field eval="False" name="reconcile"/>
3910+ <field name="user_type" ref="account_type_view"/>
3911+ </record>
3912+ <record id="chart_1140599999" model="account.account.template">
3913+ <field name="code">1140599999</field>
3914+ <field name="name">CUENTAS X COBRAR EMP.Y OBREROS</field>
3915+ <field name="type">other</field>
3916+ <field eval="False" name="reconcile"/>
3917+ <field name="user_type" ref="account_type_view"/>
3918+ <field name="parent_id" ref="chart_11405"/>
3919+ </record>
3920+ <record id="chart_11406" model="account.account.template">
3921+ <field name="code">11406</field>
3922+ <field name="name">CUETAS POR COBRAR ADE.UTILID.</field>
3923+ <field name="type">view</field>
3924+ <field eval="False" name="reconcile"/>
3925+ <field name="user_type" ref="account_type_view"/>
3926+ <field name="parent_id" ref="chart_114"/>
3927+ </record>
3928+ <record id="chart_11409" model="account.account.template">
3929+ <field name="code">11409</field>
3930+ <field name="name">OTRAS CUENTAS POR COBRAR</field>
3931+ <field name="type">view</field>
3932+ <field eval="False" name="reconcile"/>
3933+ <field name="user_type" ref="account_type_view"/>
3934+ <field name="parent_id" ref="chart_114"/>
3935+ </record>
3936+ <record id="chart_1140913032" model="account.account.template">
3937+ <field name="code">1140913032</field>
3938+ <field name="name">CONSORCIO GRANITERO DEL ORINOCO</field>
3939+ <field name="type">other</field>
3940+ <field eval="False" name="reconcile"/>
3941+ <field name="user_type" ref="account_type_view"/>
3942+ <field name="parent_id" ref="chart_11409"/>
3943+ </record>
3944+ <record id="chart_1140922018" model="account.account.template">
3945+ <field name="code">1140922018</field>
3946+ <field name="name">MARMOLERIA EL ARTE</field>
3947+ <field name="type">other</field>
3948+ <field eval="False" name="reconcile"/>
3949+ <field name="user_type" ref="account_type_view"/>
3950+ <field name="parent_id" ref="chart_11409"/>
3951+ </record>
3952+ <record id="chart_1140930015" model="account.account.template">
3953+ <field name="code">1140930015</field>
3954+ <field name="name">TRANSPORTE TRAVELER</field>
3955+ <field name="type">other</field>
3956+ <field eval="False" name="reconcile"/>
3957+ <field name="user_type" ref="account_type_view"/>
3958+ <field name="parent_id" ref="chart_11409"/>
3959+ </record>
3960+ <record id="chart_1140999999" model="account.account.template">
3961+ <field name="code">1140999999</field>
3962+ <field name="name">CUENTAS POR COBRAR VARIAS</field>
3963+ <field name="type">other</field>
3964+ <field eval="False" name="reconcile"/>
3965+ <field name="user_type" ref="account_type_view"/>
3966+ <field name="parent_id" ref="chart_11409"/>
3967+ </record>
3968+ <record id="chart_115" model="account.account.template">
3969+ <field name="code">115</field>
3970+ <field name="name">INVENTARIOS</field>
3971+ <field name="type">view</field>
3972+ <field eval="False" name="reconcile"/>
3973+ <field name="user_type" ref="account_type_view"/>
3974+ <field name="parent_id" ref="chart_11"/>
3975+ </record>
3976+ <record id="chart_11501" model="account.account.template">
3977+ <field name="code">11501</field>
3978+ <field name="name">INVENTARIOS INICIALES</field>
3979+ <field name="type">view</field>
3980+ <field eval="False" name="reconcile"/>
3981+ <field name="user_type" ref="account_type_view"/>
3982+ <field name="parent_id" ref="chart_115"/>
3983+ </record>
3984+ <record id="chart_1150101501" model="account.account.template">
3985+ <field name="code">1150101501</field>
3986+ <field name="name">INVENTARIO MATERIA PRIMA</field>
3987+ <field name="type">other</field>
3988+ <field eval="False" name="reconcile"/>
3989+ <field name="user_type" ref="account_type_view"/>
3990+ <field name="parent_id" ref="chart_11501"/>
3991+ </record>
3992+ <record id="chart_1150101502" model="account.account.template">
3993+ <field name="code">1150101502</field>
3994+ <field name="name">INVENTARIO MERCANCIA COMERCIALIZACION</field>
3995+ <field name="type">other</field>
3996+ <field eval="False" name="reconcile"/>
3997+ <field name="user_type" ref="account_type_view"/>
3998+ <field name="parent_id" ref="chart_11501"/>
3999+ </record>
4000+ <record id="chart_1150101503" model="account.account.template">
4001+ <field name="code">1150101503</field>
4002+ <field name="name">INVENTARIO PRODUCTOS TERMINADOS</field>
4003+ <field name="type">other</field>
4004+ <field eval="False" name="reconcile"/>
4005+ <field name="user_type" ref="account_type_view"/>
4006+ <field name="parent_id" ref="chart_11501"/>
4007+ </record>
4008+ <record id="chart_11502" model="account.account.template">
4009+ <field name="code">11502</field>
4010+ <field name="name">COMPRAS IMPORTADAS</field>
4011+ <field name="type">view</field>
4012+ <field eval="False" name="reconcile"/>
4013+ <field name="user_type" ref="account_type_view"/>
4014+ <field name="parent_id" ref="chart_115"/>
4015+ </record>
4016+ <record id="chart_1150201501" model="account.account.template">
4017+ <field name="code">1150201501</field>
4018+ <field name="name">IMPORTACION MATERIAS PRIMAS</field>
4019+ <field name="type">other</field>
4020+ <field eval="False" name="reconcile"/>
4021+ <field name="user_type" ref="account_type_view"/>
4022+ <field name="parent_id" ref="chart_11502"/>
4023+ </record>
4024+ <record id="chart_1150201502" model="account.account.template">
4025+ <field name="code">1150201502</field>
4026+ <field name="name">IMPORTACION PROD.COMERCIALIZACION</field>
4027+ <field name="type">other</field>
4028+ <field eval="False" name="reconcile"/>
4029+ <field name="user_type" ref="account_type_view"/>
4030+ <field name="parent_id" ref="chart_11502"/>
4031+ </record>
4032+ <record id="chart_11503" model="account.account.template">
4033+ <field name="code">11503</field>
4034+ <field name="name">INVENTARIO DE PRODUCTOS TERMINADOS DE TRANSFORMACION</field>
4035+ <field name="type">view</field>
4036+ <field eval="False" name="reconcile"/>
4037+ <field name="user_type" ref="account_type_view"/>
4038+ <field name="parent_id" ref="chart_115"/>
4039+ </record>
4040+ <record id="chart_11504" model="account.account.template">
4041+ <field name="code">11504</field>
4042+ <field name="name">INVENTARIO PRODUCTOS COMPRADO PARA REVENDER</field>
4043+ <field name="type">view</field>
4044+ <field eval="False" name="reconcile"/>
4045+ <field name="user_type" ref="account_type_view"/>
4046+ <field name="parent_id" ref="chart_115"/>
4047+ </record>
4048+ <record id="chart_11505" model="account.account.template">
4049+ <field name="code">11505</field>
4050+ <field name="name">COMPRAS MERCANCIA TRANSFORMACION</field>
4051+ <field name="type">view</field>
4052+ <field eval="False" name="reconcile"/>
4053+ <field name="user_type" ref="account_type_view"/>
4054+ <field name="parent_id" ref="chart_115"/>
4055+ </record>
4056+ <record id="chart_11506" model="account.account.template">
4057+ <field name="code">11506</field>
4058+ <field name="name">COMPRAS MERCANCIA COMERCIALIZACION</field>
4059+ <field name="type">view</field>
4060+ <field eval="False" name="reconcile"/>
4061+ <field name="user_type" ref="account_type_view"/>
4062+ <field name="parent_id" ref="chart_115"/>
4063+ </record>
4064+ <record id="chart_11507" model="account.account.template">
4065+ <field name="code">11507</field>
4066+ <field name="name">COMPRAS DE CUCHILLAS</field>
4067+ <field name="type">view</field>
4068+ <field eval="False" name="reconcile"/>
4069+ <field name="user_type" ref="account_type_view"/>
4070+ <field name="parent_id" ref="chart_115"/>
4071+ </record>
4072+ <record id="chart_11508" model="account.account.template">
4073+ <field name="code">11508</field>
4074+ <field name="name">COMPRAS DE GRANALLAS</field>
4075+ <field name="type">view</field>
4076+ <field eval="False" name="reconcile"/>
4077+ <field name="user_type" ref="account_type_view"/>
4078+ <field name="parent_id" ref="chart_115"/>
4079+ </record>
4080+ <record id="chart_11509" model="account.account.template">
4081+ <field name="code">11509</field>
4082+ <field name="name">COMPRAS ABRASIVOS Y ACIDOS</field>
4083+ <field name="type">view</field>
4084+ <field eval="False" name="reconcile"/>
4085+ <field name="user_type" ref="account_type_view"/>
4086+ <field name="parent_id" ref="chart_115"/>
4087+ </record>
4088+ <record id="chart_11510" model="account.account.template">
4089+ <field name="code">11510</field>
4090+ <field name="name">COMPRAS DISCOS</field>
4091+ <field name="type">view</field>
4092+ <field eval="False" name="reconcile"/>
4093+ <field name="user_type" ref="account_type_view"/>
4094+ <field name="parent_id" ref="chart_115"/>
4095+ </record>
4096+ <record id="chart_11511" model="account.account.template">
4097+ <field name="code">11511</field>
4098+ <field name="name">COMPRAS VARIAS</field>
4099+ <field name="type">view</field>
4100+ <field eval="False" name="reconcile"/>
4101+ <field name="user_type" ref="account_type_view"/>
4102+ <field name="parent_id" ref="chart_115"/>
4103+ </record>
4104+ <record id="chart_11512" model="account.account.template">
4105+ <field name="code">11512</field>
4106+ <field name="name">GTOS.COMPRAS MERCANCIA TRANSFORMACION</field>
4107+ <field name="type">view</field>
4108+ <field eval="False" name="reconcile"/>
4109+ <field name="user_type" ref="account_type_view"/>
4110+ <field name="parent_id" ref="chart_115"/>
4111+ </record>
4112+ <record id="chart_11513" model="account.account.template">
4113+ <field name="code">11513</field>
4114+ <field name="name">GTOS.COMPRAS MERCANCIA COMERCIALIZACION</field>
4115+ <field name="type">view</field>
4116+ <field eval="False" name="reconcile"/>
4117+ <field name="user_type" ref="account_type_view"/>
4118+ <field name="parent_id" ref="chart_115"/>
4119+ </record>
4120+ <record id="chart_11514" model="account.account.template">
4121+ <field name="code">11514</field>
4122+ <field name="name">GASTOS EN COMPRAS DE CUCHILLAS</field>
4123+ <field name="type">view</field>
4124+ <field eval="False" name="reconcile"/>
4125+ <field name="user_type" ref="account_type_view"/>
4126+ <field name="parent_id" ref="chart_115"/>
4127+ </record>
4128+ <record id="chart_11515" model="account.account.template">
4129+ <field name="code">11515</field>
4130+ <field name="name">GASTOS EN COMPRAS DE GRANALLAS</field>
4131+ <field name="type">view</field>
4132+ <field eval="False" name="reconcile"/>
4133+ <field name="user_type" ref="account_type_view"/>
4134+ <field name="parent_id" ref="chart_115"/>
4135+ </record>
4136+ <record id="chart_11516" model="account.account.template">
4137+ <field name="code">11516</field>
4138+ <field name="name">GASTOS EN COMPRAS ABRASIVOS Y ACIDOS</field>
4139+ <field name="type">view</field>
4140+ <field eval="False" name="reconcile"/>
4141+ <field name="user_type" ref="account_type_view"/>
4142+ <field name="parent_id" ref="chart_115"/>
4143+ </record>
4144+ <record id="chart_11517" model="account.account.template">
4145+ <field name="code">11517</field>
4146+ <field name="name">GASTOS EN COMPRAS DE DISCOS</field>
4147+ <field name="type">view</field>
4148+ <field eval="False" name="reconcile"/>
4149+ <field name="user_type" ref="account_type_view"/>
4150+ <field name="parent_id" ref="chart_115"/>
4151+ </record>
4152+ <record id="chart_11518" model="account.account.template">
4153+ <field name="code">11518</field>
4154+ <field name="name">REBAJAS Y DEVOLUCIONES EN COMPRAS TRANSFORMACION</field>
4155+ <field name="type">view</field>
4156+ <field eval="False" name="reconcile"/>
4157+ <field name="user_type" ref="account_type_view"/>
4158+ <field name="parent_id" ref="chart_115"/>
4159+ </record>
4160+ <record id="chart_11519" model="account.account.template">
4161+ <field name="code">11519</field>
4162+ <field name="name">REBAJAS Y DEVOLUCIONES EN COMPRAS COMERCIALIZACIONES</field>
4163+ <field name="type">view</field>
4164+ <field eval="False" name="reconcile"/>
4165+ <field name="user_type" ref="account_type_view"/>
4166+ <field name="parent_id" ref="chart_115"/>
4167+ </record>
4168+ <record id="chart_11520" model="account.account.template">
4169+ <field name="code">11520</field>
4170+ <field name="name">COMPRAS DE FLOCCULANTE</field>
4171+ <field name="type">view</field>
4172+ <field eval="False" name="reconcile"/>
4173+ <field name="user_type" ref="account_type_view"/>
4174+ <field name="parent_id" ref="chart_115"/>
4175+ </record>
4176+ <record id="chart_11521" model="account.account.template">
4177+ <field name="code">11521</field>
4178+ <field name="name">COMPRA DE CEMENTO EXPANSIVO</field>
4179+ <field name="type">view</field>
4180+ <field eval="False" name="reconcile"/>
4181+ <field name="user_type" ref="account_type_view"/>
4182+ <field name="parent_id" ref="chart_115"/>
4183+ </record>
4184+ <record id="chart_11522" model="account.account.template">
4185+ <field name="code">11522</field>
4186+ <field name="name">COMPRA DE BARRENOS</field>
4187+ <field name="type">view</field>
4188+ <field eval="False" name="reconcile"/>
4189+ <field name="user_type" ref="account_type_view"/>
4190+ <field name="parent_id" ref="chart_115"/>
4191+ </record>
4192+ <record id="chart_11523" model="account.account.template">
4193+ <field name="code">11523</field>
4194+ <field name="name">COMPRA DE HILO DIAMANTADO</field>
4195+ <field name="type">view</field>
4196+ <field eval="False" name="reconcile"/>
4197+ <field name="user_type" ref="account_type_view"/>
4198+ <field name="parent_id" ref="chart_115"/>
4199+ </record>
4200+ <record id="chart_11524" model="account.account.template">
4201+ <field name="code">11524</field>
4202+ <field name="name">COMPRA DE REPUESTOS VARIOS</field>
4203+ <field name="type">view</field>
4204+ <field eval="False" name="reconcile"/>
4205+ <field name="user_type" ref="account_type_view"/>
4206+ <field name="parent_id" ref="chart_115"/>
4207+ </record>
4208+ <record id="chart_11525" model="account.account.template">
4209+ <field name="code">11525</field>
4210+ <field name="name">COMPRA DE RESINAS</field>
4211+ <field name="type">view</field>
4212+ <field eval="False" name="reconcile"/>
4213+ <field name="user_type" ref="account_type_view"/>
4214+ <field name="parent_id" ref="chart_115"/>
4215+ </record>
4216+ <record id="chart_116" model="account.account.template">
4217+ <field name="code">116</field>
4218+ <field name="name">OTROS ACTIVOS CIRCULANTES</field>
4219+ <field name="type">view</field>
4220+ <field eval="False" name="reconcile"/>
4221+ <field name="user_type" ref="account_type_view"/>
4222+ <field name="parent_id" ref="chart_11"/>
4223+ </record>
4224+ <record id="chart_11601" model="account.account.template">
4225+ <field name="code">11601</field>
4226+ <field name="name">GASTOS PAGADOS POR ANTICIPADO</field>
4227+ <field name="type">view</field>
4228+ <field eval="False" name="reconcile"/>
4229+ <field name="user_type" ref="account_type_view"/>
4230+ <field name="parent_id" ref="chart_116"/>
4231+ </record>
4232+ <record id="chart_1160151601" model="account.account.template">
4233+ <field name="code">1160151601</field>
4234+ <field name="name">I.S.L.R. PRE-PAGADO</field>
4235+ <field name="type">other</field>
4236+ <field eval="False" name="reconcile"/>
4237+ <field name="user_type" ref="account_type_view"/>
4238+ <field name="parent_id" ref="chart_11601"/>
4239+ </record>
4240+ <record id="chart_1160151602" model="account.account.template">
4241+ <field name="code">1160151602</field>
4242+ <field name="name">I.V.S.S. PRE-PAGADO</field>
4243+ <field name="type">other</field>
4244+ <field eval="False" name="reconcile"/>
4245+ <field name="user_type" ref="account_type_view"/>
4246+ <field name="parent_id" ref="chart_11601"/>
4247+ </record>
4248+ <record id="chart_1160151603" model="account.account.template">
4249+ <field name="code">1160151603</field>
4250+ <field name="name">L.P.H. PRE-PAGADO</field>
4251+ <field name="type">other</field>
4252+ <field eval="False" name="reconcile"/>
4253+ <field name="user_type" ref="account_type_view"/>
4254+ <field name="parent_id" ref="chart_11601"/>
4255+ </record>
4256+ <record id="chart_1160151604" model="account.account.template">
4257+ <field name="code">1160151604</field>
4258+ <field name="name">PUBLICIDAD PRE-PAGADA</field>
4259+ <field name="type">other</field>
4260+ <field eval="False" name="reconcile"/>
4261+ <field name="user_type" ref="account_type_view"/>
4262+ <field name="parent_id" ref="chart_11601"/>
4263+ </record>
4264+ <record id="chart_1160151610" model="account.account.template">
4265+ <field name="code">1160151610</field>
4266+ <field name="name">SUELDOS PAGADOS POR ANTICIPADOS</field>
4267+ <field name="type">other</field>
4268+ <field eval="False" name="reconcile"/>
4269+ <field name="user_type" ref="account_type_view"/>
4270+ <field name="parent_id" ref="chart_11601"/>
4271+ </record>
4272+ <record id="chart_1160151611" model="account.account.template">
4273+ <field name="code">1160151611</field>
4274+ <field name="name">SALARIOS PAGADOS POR ANTICIPADOS</field>
4275+ <field name="type">other</field>
4276+ <field eval="False" name="reconcile"/>
4277+ <field name="user_type" ref="account_type_view"/>
4278+ <field name="parent_id" ref="chart_11601"/>
4279+ </record>
4280+ <record id="chart_1160151612" model="account.account.template">
4281+ <field name="code">1160151612</field>
4282+ <field name="name">I.V.A. PRE-PAGADO</field>
4283+ <field name="type">other</field>
4284+ <field eval="False" name="reconcile"/>
4285+ <field name="user_type" ref="account_type_view"/>
4286+ <field name="parent_id" ref="chart_11601"/>
4287+ </record>
4288+ <record id="chart_1160151613" model="account.account.template">
4289+ <field name="code">1160151613</field>
4290+ <field name="name">I.V.A. PRE-PAGADO IMPORTACIONES</field>
4291+ <field name="type">other</field>
4292+ <field eval="False" name="reconcile"/>
4293+ <field name="user_type" ref="account_type_view"/>
4294+ <field name="parent_id" ref="chart_11601"/>
4295+ </record>
4296+ <record id="chart_1160151614" model="account.account.template">
4297+ <field name="code">1160151614</field>
4298+ <field name="name">I.V.A. RETENIDO POR CLIENTES</field>
4299+ <field name="type">other</field>
4300+ <field eval="False" name="reconcile"/>
4301+ <field name="user_type" ref="account_type_view"/>
4302+ <field name="parent_id" ref="chart_11601"/>
4303+ </record>
4304+ <record id="chart_1160151620" model="account.account.template">
4305+ <field name="code">1160151620</field>
4306+ <field name="name">SEGURO PREPAGADO</field>
4307+ <field name="type">other</field>
4308+ <field eval="False" name="reconcile"/>
4309+ <field name="user_type" ref="account_type_view"/>
4310+ <field name="parent_id" ref="chart_11601"/>
4311+ </record>
4312+ <record id="chart_11602" model="account.account.template">
4313+ <field name="code">11602</field>
4314+ <field name="name">RETENCIONES SOPORTADAS ( CLIENTES )</field>
4315+ <field name="type">view</field>
4316+ <field eval="False" name="reconcile"/>
4317+ <field name="user_type" ref="account_type_view"/>
4318+ <field name="parent_id" ref="chart_116"/>
4319+ </record>
4320+ <record id="chart_1160251606" model="account.account.template">
4321+ <field name="code">1160251606</field>
4322+ <field name="name">RETENCIONES FIEL CUMPLIMIENTO</field>
4323+ <field name="type">other</field>
4324+ <field eval="False" name="reconcile"/>
4325+ <field name="user_type" ref="account_type_view"/>
4326+ <field name="parent_id" ref="chart_11602"/>
4327+ </record>
4328+ <record id="chart_1160251607" model="account.account.template">
4329+ <field name="code">1160251607</field>
4330+ <field name="name">RETENCIONES LABORALES</field>
4331+ <field name="type">other</field>
4332+ <field eval="False" name="reconcile"/>
4333+ <field name="user_type" ref="account_type_view"/>
4334+ <field name="parent_id" ref="chart_11602"/>
4335+ </record>
4336+ <record id="chart_11620" model="account.account.template">
4337+ <field name="code">11620</field>
4338+ <field name="name">ANTICIPOS A PROVEEDORES</field>
4339+ <field name="type">view</field>
4340+ <field eval="False" name="reconcile"/>
4341+ <field name="user_type" ref="account_type_view"/>
4342+ <field name="parent_id" ref="chart_116"/>
4343+ </record>
4344+ <record id="chart_11621" model="account.account.template">
4345+ <field name="code">11621</field>
4346+ <field name="name">ANTICIPOS A PROVEEDORES DEL EXTERIOR</field>
4347+ <field name="type">view</field>
4348+ <field eval="False" name="reconcile"/>
4349+ <field name="user_type" ref="account_type_view"/>
4350+ <field name="parent_id" ref="chart_116"/>
4351+ </record>
4352+ <record id="chart_11622" model="account.account.template">
4353+ <field name="code">11622</field>
4354+ <field name="name">ANTIC.TRANSPORTE MULTIMODAL,C.A.</field>
4355+ <field name="type">view</field>
4356+ <field eval="False" name="reconcile"/>
4357+ <field name="user_type" ref="account_type_view"/>
4358+ <field name="parent_id" ref="chart_116"/>
4359+ </record>
4360+ <record id="chart_12" model="account.account.template">
4361+ <field name="code">12</field>
4362+ <field name="name">INVERSIONES</field>
4363+ <field name="type">view</field>
4364+ <field eval="False" name="reconcile"/>
4365+ <field name="user_type" ref="account_type_view"/>
4366+ <field name="parent_id" ref="chart_1"/>
4367+ </record>
4368+ <record id="chart_121" model="account.account.template">
4369+ <field name="code">121</field>
4370+ <field name="name">INVERSIONES FINANCIERAS</field>
4371+ <field name="type">view</field>
4372+ <field eval="False" name="reconcile"/>
4373+ <field name="user_type" ref="account_type_view"/>
4374+ <field name="parent_id" ref="chart_12"/>
4375+ </record>
4376+ <record id="chart_12103" model="account.account.template">
4377+ <field name="code">12103</field>
4378+ <field name="name">TRANSACCIONES CON TITULOS DPN.</field>
4379+ <field name="type">view</field>
4380+ <field eval="False" name="reconcile"/>
4381+ <field name="user_type" ref="account_type_view"/>
4382+ <field name="parent_id" ref="chart_121"/>
4383+ </record>
4384+ <record id="chart_12110" model="account.account.template">
4385+ <field name="code">12110</field>
4386+ <field name="name">INVERSIONES EN ACCIONES</field>
4387+ <field name="type">view</field>
4388+ <field eval="False" name="reconcile"/>
4389+ <field name="user_type" ref="account_type_view"/>
4390+ <field name="parent_id" ref="chart_121"/>
4391+ </record>
4392+ <record id="chart_12111" model="account.account.template">
4393+ <field name="code">12111</field>
4394+ <field name="name">TITULOS DEUDA PUBLICA NACIONAL</field>
4395+ <field name="type">view</field>
4396+ <field eval="False" name="reconcile"/>
4397+ <field name="user_type" ref="account_type_view"/>
4398+ <field name="parent_id" ref="chart_121"/>
4399+ </record>
4400+ <record id="chart_12112" model="account.account.template">
4401+ <field name="code">12112</field>
4402+ <field name="name">TITULOS VALORES</field>
4403+ <field name="type">view</field>
4404+ <field eval="False" name="reconcile"/>
4405+ <field name="user_type" ref="account_type_view"/>
4406+ <field name="parent_id" ref="chart_121"/>
4407+ </record>
4408+ <record id="chart_12115" model="account.account.template">
4409+ <field name="code">12115</field>
4410+ <field name="name">CERTIFICADOS ESPECIALES DE REINTEGRO TRIBUTARIO</field>
4411+ <field name="type">view</field>
4412+ <field eval="False" name="reconcile"/>
4413+ <field name="user_type" ref="account_type_view"/>
4414+ <field name="parent_id" ref="chart_121"/>
4415+ </record>
4416+ <record id="chart_12190" model="account.account.template">
4417+ <field name="code">12190</field>
4418+ <field name="name">INVERSIONES VARIAS</field>
4419+ <field name="type">view</field>
4420+ <field eval="False" name="reconcile"/>
4421+ <field name="user_type" ref="account_type_view"/>
4422+ <field name="parent_id" ref="chart_121"/>
4423+ </record>
4424+ <record id="chart_122" model="account.account.template">
4425+ <field name="code">122</field>
4426+ <field name="name">INVERSIONES EN EMPRESAS RELACIONADAS</field>
4427+ <field name="type">view</field>
4428+ <field eval="False" name="reconcile"/>
4429+ <field name="user_type" ref="account_type_view"/>
4430+ <field name="parent_id" ref="chart_12"/>
4431+ </record>
4432+ <record id="chart_12201" model="account.account.template">
4433+ <field name="code">12201</field>
4434+ <field name="name">INVERS.EN DISTRIB.ACROP.BARQUISIMETO, C.A</field>
4435+ <field name="type">view</field>
4436+ <field eval="False" name="reconcile"/>
4437+ <field name="user_type" ref="account_type_view"/>
4438+ <field name="parent_id" ref="chart_122"/>
4439+ </record>
4440+ <record id="chart_12202" model="account.account.template">
4441+ <field name="code">12202</field>
4442+ <field name="name">INVERS.EN DISTRIB.ACROP.FALCON, C.A</field>
4443+ <field name="type">view</field>
4444+ <field eval="False" name="reconcile"/>
4445+ <field name="user_type" ref="account_type_view"/>
4446+ <field name="parent_id" ref="chart_122"/>
4447+ </record>
4448+ <record id="chart_12203" model="account.account.template">
4449+ <field name="code">12203</field>
4450+ <field name="name">INVERS.EN REVESTIMIENTOS DACROPOLIS, C.A</field>
4451+ <field name="type">view</field>
4452+ <field eval="False" name="reconcile"/>
4453+ <field name="user_type" ref="account_type_view"/>
4454+ <field name="parent_id" ref="chart_122"/>
4455+ </record>
4456+ <record id="chart_13" model="account.account.template">
4457+ <field name="code">13</field>
4458+ <field name="name">ACTIVO FIJO</field>
4459+ <field name="type">view</field>
4460+ <field eval="False" name="reconcile"/>
4461+ <field name="user_type" ref="account_type_view"/>
4462+ <field name="parent_id" ref="chart_1"/>
4463+ </record>
4464+ <record id="chart_131" model="account.account.template">
4465+ <field name="code">131</field>
4466+ <field name="name">ACTIVO FIJO NO DEPRECIABLE</field>
4467+ <field name="type">view</field>
4468+ <field eval="False" name="reconcile"/>
4469+ <field name="user_type" ref="account_type_view"/>
4470+ <field name="parent_id" ref="chart_13"/>
4471+ </record>
4472+ <record id="chart_13101" model="account.account.template">
4473+ <field name="code">13101</field>
4474+ <field name="name">TERRENOS</field>
4475+ <field name="type">view</field>
4476+ <field eval="False" name="reconcile"/>
4477+ <field name="user_type" ref="account_type_view"/>
4478+ <field name="parent_id" ref="chart_131"/>
4479+ </record>
4480+ <record id="chart_13102" model="account.account.template">
4481+ <field name="code">13102</field>
4482+ <field name="name">EDIFICIOS Y CONSTRUCCION EN PROCESO</field>
4483+ <field name="type">view</field>
4484+ <field eval="False" name="reconcile"/>
4485+ <field name="user_type" ref="account_type_view"/>
4486+ <field name="parent_id" ref="chart_131"/>
4487+ </record>
4488+ <record id="chart_13103" model="account.account.template">
4489+ <field name="code">13103</field>
4490+ <field name="name">GALPON EN CONSTRUCCION</field>
4491+ <field name="type">view</field>
4492+ <field eval="False" name="reconcile"/>
4493+ <field name="user_type" ref="account_type_view"/>
4494+ <field name="parent_id" ref="chart_131"/>
4495+ </record>
4496+ <record id="chart_13104" model="account.account.template">
4497+ <field name="code">13104</field>
4498+ <field name="name">TELAR EN CONSTRUCCION</field>
4499+ <field name="type">view</field>
4500+ <field eval="False" name="reconcile"/>
4501+ <field name="user_type" ref="account_type_view"/>
4502+ <field name="parent_id" ref="chart_131"/>
4503+ </record>
4504+ <record id="chart_13105" model="account.account.template">
4505+ <field name="code">13105</field>
4506+ <field name="name">GRUA EN PROCESO DE INSTALACION</field>
4507+ <field name="type">view</field>
4508+ <field eval="False" name="reconcile"/>
4509+ <field name="user_type" ref="account_type_view"/>
4510+ <field name="parent_id" ref="chart_131"/>
4511+ </record>
4512+ <record id="chart_13106" model="account.account.template">
4513+ <field name="code">13106</field>
4514+ <field name="name">MAQUINARIAS EN PROCESO DE INSTALACION</field>
4515+ <field name="type">view</field>
4516+ <field eval="False" name="reconcile"/>
4517+ <field name="user_type" ref="account_type_view"/>
4518+ <field name="parent_id" ref="chart_131"/>
4519+ </record>
4520+ <record id="chart_13107" model="account.account.template">
4521+ <field name="code">13107</field>
4522+ <field name="name">MAQUINA RESINADORA EN PROCESO DE INSTALACION</field>
4523+ <field name="type">view</field>
4524+ <field eval="False" name="reconcile"/>
4525+ <field name="user_type" ref="account_type_view"/>
4526+ <field name="parent_id" ref="chart_131"/>
4527+ </record>
4528+ <record id="chart_132" model="account.account.template">
4529+ <field name="code">132</field>
4530+ <field name="name">ACTIVO FIJO DEPRBLE/AMORT.</field>
4531+ <field name="type">view</field>
4532+ <field eval="False" name="reconcile"/>
4533+ <field name="user_type" ref="account_type_view"/>
4534+ <field name="parent_id" ref="chart_13"/>
4535+ </record>
4536+ <record id="chart_13202" model="account.account.template">
4537+ <field name="code">13202</field>
4538+ <field name="name">EDIFICIOS</field>
4539+ <field name="type">view</field>
4540+ <field eval="False" name="reconcile"/>
4541+ <field name="user_type" ref="account_type_view"/>
4542+ <field name="parent_id" ref="chart_132"/>
4543+ </record>
4544+ <record id="chart_13203" model="account.account.template">
4545+ <field name="code">13203</field>
4546+ <field name="name">MAQUINARIAS Y EQUIPOS DE FABRICACION</field>
4547+ <field name="type">view</field>
4548+ <field eval="False" name="reconcile"/>
4549+ <field name="user_type" ref="account_type_view"/>
4550+ <field name="parent_id" ref="chart_132"/>
4551+ </record>
4552+ <record id="chart_13204" model="account.account.template">
4553+ <field name="code">13204</field>
4554+ <field name="name">INSTALACIONES Y MEJORAS EN PROPIEDAD</field>
4555+ <field name="type">view</field>
4556+ <field eval="False" name="reconcile"/>
4557+ <field name="user_type" ref="account_type_view"/>
4558+ <field name="parent_id" ref="chart_132"/>
4559+ </record>
4560+ <record id="chart_13205" model="account.account.template">
4561+ <field name="code">13205</field>
4562+ <field name="name">VEHICULOS</field>
4563+ <field name="type">view</field>
4564+ <field eval="False" name="reconcile"/>
4565+ <field name="user_type" ref="account_type_view"/>
4566+ <field name="parent_id" ref="chart_132"/>
4567+ </record>
4568+ <record id="chart_13206" model="account.account.template">
4569+ <field name="code">13206</field>
4570+ <field name="name">MOBILIARIO Y EQUIPOS DE OFICINAS</field>
4571+ <field name="type">view</field>
4572+ <field eval="False" name="reconcile"/>
4573+ <field name="user_type" ref="account_type_view"/>
4574+ <field name="parent_id" ref="chart_132"/>
4575+ </record>
4576+ <record id="chart_13207" model="account.account.template">
4577+ <field name="code">13207</field>
4578+ <field name="name">UTILES-HERRAMIENTAS</field>
4579+ <field name="type">view</field>
4580+ <field eval="False" name="reconcile"/>
4581+ <field name="user_type" ref="account_type_view"/>
4582+ <field name="parent_id" ref="chart_132"/>
4583+ </record>
4584+ <record id="chart_13208" model="account.account.template">
4585+ <field name="code">13208</field>
4586+ <field name="name">CANTERA MACUSPA</field>
4587+ <field name="type">view</field>
4588+ <field eval="False" name="reconcile"/>
4589+ <field name="user_type" ref="account_type_view"/>
4590+ <field name="parent_id" ref="chart_132"/>
4591+ </record>
4592+ <record id="chart_13209" model="account.account.template">
4593+ <field name="code">13209</field>
4594+ <field name="name">CANTERA LA LEONA</field>
4595+ <field name="type">view</field>
4596+ <field eval="False" name="reconcile"/>
4597+ <field name="user_type" ref="account_type_view"/>
4598+ <field name="parent_id" ref="chart_132"/>
4599+ </record>
4600+ <record id="chart_13210" model="account.account.template">
4601+ <field name="code">13210</field>
4602+ <field name="name">EQUIPOS DE COMPUTACION</field>
4603+ <field name="type">view</field>
4604+ <field eval="False" name="reconcile"/>
4605+ <field name="user_type" ref="account_type_view"/>
4606+ <field name="parent_id" ref="chart_132"/>
4607+ </record>
4608+ <record id="chart_13211" model="account.account.template">
4609+ <field name="code">13211</field>
4610+ <field name="name">EQUIPOS DE TELECOMUNICACIONES</field>
4611+ <field name="type">view</field>
4612+ <field eval="False" name="reconcile"/>
4613+ <field name="user_type" ref="account_type_view"/>
4614+ <field name="parent_id" ref="chart_132"/>
4615+ </record>
4616+ <record id="chart_13212" model="account.account.template">
4617+ <field name="code">13212</field>
4618+ <field name="name">EQUIPOS DE SEGURIDAD INTERNA</field>
4619+ <field name="type">view</field>
4620+ <field eval="False" name="reconcile"/>
4621+ <field name="user_type" ref="account_type_view"/>
4622+ <field name="parent_id" ref="chart_132"/>
4623+ </record>
4624+ <record id="chart_13213" model="account.account.template">
4625+ <field name="code">13213</field>
4626+ <field name="name">CANTERA LA LIMONERA</field>
4627+ <field name="type">view</field>
4628+ <field eval="False" name="reconcile"/>
4629+ <field name="user_type" ref="account_type_view"/>
4630+ <field name="parent_id" ref="chart_132"/>
4631+ </record>
4632+ <record id="chart_13214" model="account.account.template">
4633+ <field name="code">13214</field>
4634+ <field name="name">CANTERA EL CHIVITO</field>
4635+ <field name="type">view</field>
4636+ <field eval="False" name="reconcile"/>
4637+ <field name="user_type" ref="account_type_view"/>
4638+ <field name="parent_id" ref="chart_132"/>
4639+ </record>
4640+ <record id="chart_133" model="account.account.template">
4641+ <field name="code">133</field>
4642+ <field name="name">DEPRECIACION Y AMORTIZACION ACUMULADA</field>
4643+ <field name="type">view</field>
4644+ <field eval="False" name="reconcile"/>
4645+ <field name="user_type" ref="account_type_view"/>
4646+ <field name="parent_id" ref="chart_13"/>
4647+ </record>
4648+ <record id="chart_13302" model="account.account.template">
4649+ <field name="code">13302</field>
4650+ <field name="name">DEPR.ACUM.EDIFICIOS</field>
4651+ <field name="type">view</field>
4652+ <field eval="False" name="reconcile"/>
4653+ <field name="user_type" ref="account_type_view"/>
4654+ <field name="parent_id" ref="chart_133"/>
4655+ </record>
4656+ <record id="chart_13303" model="account.account.template">
4657+ <field name="code">13303</field>
4658+ <field name="name">DEPR.ACUM.MAQUINARIAS</field>
4659+ <field name="type">view</field>
4660+ <field eval="False" name="reconcile"/>
4661+ <field name="user_type" ref="account_type_view"/>
4662+ <field name="parent_id" ref="chart_133"/>
4663+ </record>
4664+ <record id="chart_13304" model="account.account.template">
4665+ <field name="code">13304</field>
4666+ <field name="name">DEPR.ACUM.INSTALACIONES</field>
4667+ <field name="type">view</field>
4668+ <field eval="False" name="reconcile"/>
4669+ <field name="user_type" ref="account_type_view"/>
4670+ <field name="parent_id" ref="chart_133"/>
4671+ </record>
4672+ <record id="chart_13305" model="account.account.template">
4673+ <field name="code">13305</field>
4674+ <field name="name">DEPR.ACUM.VEHICULOS</field>
4675+ <field name="type">view</field>
4676+ <field eval="False" name="reconcile"/>
4677+ <field name="user_type" ref="account_type_view"/>
4678+ <field name="parent_id" ref="chart_133"/>
4679+ </record>
4680+ <record id="chart_13306" model="account.account.template">
4681+ <field name="code">13306</field>
4682+ <field name="name">DEPR.ACUM.MOBILIARIOS Y EQUIPOS DE OFICINAS</field>
4683+ <field name="type">view</field>
4684+ <field eval="False" name="reconcile"/>
4685+ <field name="user_type" ref="account_type_view"/>
4686+ <field name="parent_id" ref="chart_133"/>
4687+ </record>
4688+ <record id="chart_13307" model="account.account.template">
4689+ <field name="code">13307</field>
4690+ <field name="name">DEPR.ACUM.UTILES Y HERRAMIENTAS</field>
4691+ <field name="type">view</field>
4692+ <field eval="False" name="reconcile"/>
4693+ <field name="user_type" ref="account_type_view"/>
4694+ <field name="parent_id" ref="chart_133"/>
4695+ </record>
4696+ <record id="chart_13308" model="account.account.template">
4697+ <field name="code">13308</field>
4698+ <field name="name">CANTERA MACUSPA</field>
4699+ <field name="type">view</field>
4700+ <field eval="False" name="reconcile"/>
4701+ <field name="user_type" ref="account_type_view"/>
4702+ <field name="parent_id" ref="chart_133"/>
4703+ </record>
4704+ <record id="chart_13309" model="account.account.template">
4705+ <field name="code">13309</field>
4706+ <field name="name">CANTERA LA LEONA</field>
4707+ <field name="type">view</field>
4708+ <field eval="False" name="reconcile"/>
4709+ <field name="user_type" ref="account_type_view"/>
4710+ <field name="parent_id" ref="chart_133"/>
4711+ </record>
4712+ <record id="chart_13310" model="account.account.template">
4713+ <field name="code">13310</field>
4714+ <field name="name">DEPR.ACUM.EQUIPOS DE COMPUTACION</field>
4715+ <field name="type">view</field>
4716+ <field eval="False" name="reconcile"/>
4717+ <field name="user_type" ref="account_type_view"/>
4718+ <field name="parent_id" ref="chart_133"/>
4719+ </record>
4720+ <record id="chart_13311" model="account.account.template">
4721+ <field name="code">13311</field>
4722+ <field name="name">DEPR.ACUM.EQUIPOS DE TELECOMUNICACIONES</field>
4723+ <field name="type">view</field>
4724+ <field eval="False" name="reconcile"/>
4725+ <field name="user_type" ref="account_type_view"/>
4726+ <field name="parent_id" ref="chart_133"/>
4727+ </record>
4728+ <record id="chart_13312" model="account.account.template">
4729+ <field name="code">13312</field>
4730+ <field name="name">DEPR.ACUM.EQUIPOS DE SEGURIDAD INTERNA</field>
4731+ <field name="type">view</field>
4732+ <field eval="False" name="reconcile"/>
4733+ <field name="user_type" ref="account_type_view"/>
4734+ <field name="parent_id" ref="chart_133"/>
4735+ </record>
4736+ <record id="chart_13313" model="account.account.template">
4737+ <field name="code">13313</field>
4738+ <field name="name">CANTERA LA LIMOSNERA</field>
4739+ <field name="type">view</field>
4740+ <field eval="False" name="reconcile"/>
4741+ <field name="user_type" ref="account_type_view"/>
4742+ <field name="parent_id" ref="chart_133"/>
4743+ </record>
4744+ <record id="chart_13314" model="account.account.template">
4745+ <field name="code">13314</field>
4746+ <field name="name">CANTERA EL CHIVITO</field>
4747+ <field name="type">view</field>
4748+ <field eval="False" name="reconcile"/>
4749+ <field name="user_type" ref="account_type_view"/>
4750+ <field name="parent_id" ref="chart_133"/>
4751+ </record>
4752+ <record id="chart_134" model="account.account.template">
4753+ <field name="code">134</field>
4754+ <field name="name">ACTIVO FIJO INTANGIBLES</field>
4755+ <field name="type">view</field>
4756+ <field eval="False" name="reconcile"/>
4757+ <field name="user_type" ref="account_type_view"/>
4758+ <field name="parent_id" ref="chart_13"/>
4759+ </record>
4760+ <record id="chart_13401" model="account.account.template">
4761+ <field name="code">13401</field>
4762+ <field name="name">PLUSVALIA</field>
4763+ <field name="type">view</field>
4764+ <field eval="False" name="reconcile"/>
4765+ <field name="user_type" ref="account_type_view"/>
4766+ <field name="parent_id" ref="chart_134"/>
4767+ </record>
4768+ <record id="chart_13402" model="account.account.template">
4769+ <field name="code">13402</field>
4770+ <field name="name">PATENTE</field>
4771+ <field name="type">view</field>
4772+ <field eval="False" name="reconcile"/>
4773+ <field name="user_type" ref="account_type_view"/>
4774+ <field name="parent_id" ref="chart_134"/>
4775+ </record>
4776+ <record id="chart_135" model="account.account.template">
4777+ <field name="code">135</field>
4778+ <field name="name">AMORTIZACIONES ACTIVO FIJO INTANGIBLES</field>
4779+ <field name="type">view</field>
4780+ <field eval="False" name="reconcile"/>
4781+ <field name="user_type" ref="account_type_view"/>
4782+ <field name="parent_id" ref="chart_13"/>
4783+ </record>
4784+ <record id="chart_13501" model="account.account.template">
4785+ <field name="code">13501</field>
4786+ <field name="name">AMORTIZACION ACUMULADA PLUSVALIA</field>
4787+ <field name="type">view</field>
4788+ <field eval="False" name="reconcile"/>
4789+ <field name="user_type" ref="account_type_view"/>
4790+ <field name="parent_id" ref="chart_135"/>
4791+ </record>
4792+ <record id="chart_13502" model="account.account.template">
4793+ <field name="code">13502</field>
4794+ <field name="name">AMORTIZACION ACUMULADA PATENTE</field>
4795+ <field name="type">view</field>
4796+ <field eval="False" name="reconcile"/>
4797+ <field name="user_type" ref="account_type_view"/>
4798+ <field name="parent_id" ref="chart_135"/>
4799+ </record>
4800+ <record id="chart_14" model="account.account.template">
4801+ <field name="code">14</field>
4802+ <field name="name">DIFERIDOS</field>
4803+ <field name="type">view</field>
4804+ <field eval="False" name="reconcile"/>
4805+ <field name="user_type" ref="account_type_view"/>
4806+ <field name="parent_id" ref="chart_1"/>
4807+ </record>
4808+ <record id="chart_141" model="account.account.template">
4809+ <field name="code">141</field>
4810+ <field name="name">CARGOS DIFERIDOS</field>
4811+ <field name="type">view</field>
4812+ <field eval="False" name="reconcile"/>
4813+ <field name="user_type" ref="account_type_view"/>
4814+ <field name="parent_id" ref="chart_14"/>
4815+ </record>
4816+ <record id="chart_14101" model="account.account.template">
4817+ <field name="code">14101</field>
4818+ <field name="name">GASTOS DE CONSTITUCION</field>
4819+ <field name="type">view</field>
4820+ <field eval="False" name="reconcile"/>
4821+ <field name="user_type" ref="account_type_view"/>
4822+ <field name="parent_id" ref="chart_141"/>
4823+ </record>
4824+ <record id="chart_15" model="account.account.template">
4825+ <field name="code">15</field>
4826+ <field name="name">OTROS ACTIVOS</field>
4827+ <field name="type">view</field>
4828+ <field eval="False" name="reconcile"/>
4829+ <field name="user_type" ref="account_type_view"/>
4830+ <field name="parent_id" ref="chart_1"/>
4831+ </record>
4832+ <record id="chart_151" model="account.account.template">
4833+ <field name="code">151</field>
4834+ <field name="name">OTROS ACTIVOS VARIOS</field>
4835+ <field name="type">view</field>
4836+ <field eval="False" name="reconcile"/>
4837+ <field name="user_type" ref="account_type_view"/>
4838+ <field name="parent_id" ref="chart_15"/>
4839+ </record>
4840+ <record id="chart_15101" model="account.account.template">
4841+ <field name="code">15101</field>
4842+ <field name="name">DEPOSITOS EN GARANTIA</field>
4843+ <field name="type">view</field>
4844+ <field eval="False" name="reconcile"/>
4845+ <field name="user_type" ref="account_type_view"/>
4846+ <field name="parent_id" ref="chart_151"/>
4847+ </record>
4848+ <record id="chart_15102" model="account.account.template">
4849+ <field name="code">15102</field>
4850+ <field name="name">TITULOS Y ACCIONES</field>
4851+ <field name="type">view</field>
4852+ <field eval="False" name="reconcile"/>
4853+ <field name="user_type" ref="account_type_view"/>
4854+ <field name="parent_id" ref="chart_151"/>
4855+ </record>
4856+ <record id="chart_15103" model="account.account.template">
4857+ <field name="code">15103</field>
4858+ <field name="name">DIVIDENDOS ANTICIPADOS</field>
4859+ <field name="type">view</field>
4860+ <field eval="False" name="reconcile"/>
4861+ <field name="user_type" ref="account_type_view"/>
4862+ <field name="parent_id" ref="chart_151"/>
4863+ </record>
4864+ <record id="chart_15104" model="account.account.template">
4865+ <field name="code">15104</field>
4866+ <field name="name">DEPOSITOS EN GARANTIA</field>
4867+ <field name="type">view</field>
4868+ <field eval="False" name="reconcile"/>
4869+ <field name="user_type" ref="account_type_view"/>
4870+ <field name="parent_id" ref="chart_151"/>
4871+ </record>
4872+ <record id="chart_15105" model="account.account.template">
4873+ <field name="code">15105</field>
4874+ <field name="name">DEPOSITOS VARIOS</field>
4875+ <field name="type">view</field>
4876+ <field eval="False" name="reconcile"/>
4877+ <field name="user_type" ref="account_type_view"/>
4878+ <field name="parent_id" ref="chart_151"/>
4879+ </record>
4880+ <record id="chart_15106" model="account.account.template">
4881+ <field name="code">15106</field>
4882+ <field name="name">ART.COMPRADO PARA EMP.RELAC.Y FILI.</field>
4883+ <field name="type">view</field>
4884+ <field eval="False" name="reconcile"/>
4885+ <field name="user_type" ref="account_type_view"/>
4886+ <field name="parent_id" ref="chart_151"/>
4887+ </record>
4888+ <record id="chart_15109" model="account.account.template">
4889+ <field name="code">15109</field>
4890+ <field name="name">MONTOS EN RECLAMO</field>
4891+ <field name="type">view</field>
4892+ <field eval="False" name="reconcile"/>
4893+ <field name="user_type" ref="account_type_view"/>
4894+ <field name="parent_id" ref="chart_151"/>
4895+ </record>
4896+ <record id="chart_2" model="account.account.template">
4897+ <field name="code">2</field>
4898+ <field name="name">PASIVO</field>
4899+ <field name="type">view</field>
4900+ <field eval="False" name="reconcile"/>
4901+ <field name="user_type" ref="account_type_view"/>
4902+ </record>
4903+ <record id="chart_21" model="account.account.template">
4904+ <field name="code">21</field>
4905+ <field name="name">PASIVO CIRCULANTE</field>
4906+ <field name="type">view</field>
4907+ <field eval="False" name="reconcile"/>
4908+ <field name="user_type" ref="account_type_view"/>
4909+ <field name="parent_id" ref="chart_2"/>
4910+ </record>
4911+ <record id="chart_211" model="account.account.template">
4912+ <field name="code">211</field>
4913+ <field name="name">EFECTOS POR PAGAR</field>
4914+ <field name="type">view</field>
4915+ <field eval="False" name="reconcile"/>
4916+ <field name="user_type" ref="account_type_view"/>
4917+ <field name="parent_id" ref="chart_21"/>
4918+ </record>
4919+ <record id="chart_21101" model="account.account.template">
4920+ <field name="code">21101</field>
4921+ <field name="name">PAGARES BANCARIOS</field>
4922+ <field name="type">view</field>
4923+ <field eval="False" name="reconcile"/>
4924+ <field name="user_type" ref="account_type_view"/>
4925+ <field name="parent_id" ref="chart_211"/>
4926+ </record>
4927+ <record id="chart_21102" model="account.account.template">
4928+ <field name="code">21102</field>
4929+ <field name="name">EFECTOS POR PAGAR COMERCIALES</field>
4930+ <field name="type">view</field>
4931+ <field eval="False" name="reconcile"/>
4932+ <field name="user_type" ref="account_type_view"/>
4933+ <field name="parent_id" ref="chart_211"/>
4934+ </record>
4935+ <record id="chart_212" model="account.account.template">
4936+ <field name="code">212</field>
4937+ <field name="name">CUENTAS POR PAGAR</field>
4938+ <field name="type">view</field>
4939+ <field eval="False" name="reconcile"/>
4940+ <field name="user_type" ref="account_type_view"/>
4941+ <field name="parent_id" ref="chart_21"/>
4942+ </record>
4943+ <record id="chart_21201" model="account.account.template">
4944+ <field name="code">21201</field>
4945+ <field name="name">CUENTAS POR PAGAR COMERCIALES</field>
4946+ <field name="type">other</field>
4947+ <field eval="False" name="reconcile"/>
4948+ <field name="user_type" ref="account_type_view"/>
4949+ <field name="parent_id" ref="chart_212"/>
4950+ </record>
4951+ <record id="chart_21202" model="account.account.template">
4952+ <field name="code">21202</field>
4953+ <field name="name">CUENTAS POR PAGAR AL EXTERIOR</field>
4954+ <field name="type">view</field>
4955+ <field eval="False" name="reconcile"/>
4956+ <field name="user_type" ref="account_type_view"/>
4957+ <field name="parent_id" ref="chart_212"/>
4958+ </record>
4959+ <record id="chart_21203" model="account.account.template">
4960+ <field name="code">21203</field>
4961+ <field name="name">C X P. AL EXTERIOR EN TITULOS VALORES</field>
4962+ <field name="type">view</field>
4963+ <field eval="False" name="reconcile"/>
4964+ <field name="user_type" ref="account_type_view"/>
4965+ <field name="parent_id" ref="chart_212"/>
4966+ </record>
4967+ <record id="chart_21204" model="account.account.template">
4968+ <field name="code">21204</field>
4969+ <field name="name">OTROS PROVEED.NAC.POR PAGAR</field>
4970+ <field name="type">view</field>
4971+ <field eval="False" name="reconcile"/>
4972+ <field name="user_type" ref="account_type_view"/>
4973+ <field name="parent_id" ref="chart_212"/>
4974+ </record>
4975+ <record id="chart_2120414005" model="account.account.template">
4976+ <field name="code">2120414005</field>
4977+ <field name="name">C X P EXPLOTACION PIEDRAS DE GUAYANA, C.A</field>
4978+ <field name="type">other</field>
4979+ <field eval="False" name="reconcile"/>
4980+ <field name="user_type" ref="account_type_view"/>
4981+ <field name="parent_id" ref="chart_21204"/>
4982+ </record>
4983+ <record id="chart_2120416020" model="account.account.template">
4984+ <field name="code">2120416020</field>
4985+ <field name="name">C X P GRANITOS DEL ORINOCO, C.A</field>
4986+ <field name="type">other</field>
4987+ <field eval="False" name="reconcile"/>
4988+ <field name="user_type" ref="account_type_view"/>
4989+ <field name="parent_id" ref="chart_21204"/>
4990+ </record>
4991+ <record id="chart_2120416035" model="account.account.template">
4992+ <field name="code">2120416035</field>
4993+ <field name="name">C X P GRANITOS DE CIUDAD PIAR,C.A</field>
4994+ <field name="type">other</field>
4995+ <field eval="False" name="reconcile"/>
4996+ <field name="user_type" ref="account_type_view"/>
4997+ <field name="parent_id" ref="chart_21204"/>
4998+ </record>
4999+ <record id="chart_2120428042" model="account.account.template">
5000+ <field name="code">2120428042</field>
The diff has been truncated for viewing.