Merge lp:~vauxoo/addons-vauxoo/partner_property_accounts_dev_luis into lp:addons-vauxoo

Proposed by Luis Torres - http://www.vauxoo.com
Status: Merged
Merged at revision: 369
Proposed branch: lp:~vauxoo/addons-vauxoo/partner_property_accounts_dev_luis
Merge into: lp:addons-vauxoo
Diff against target: 107 lines (+92/-0)
3 files modified
partner_property_accounts/__init__.py (+25/-0)
partner_property_accounts/__openerp__.py (+46/-0)
partner_property_accounts/partner_view.xml (+21/-0)
To merge this branch: bzr merge lp:~vauxoo/addons-vauxoo/partner_property_accounts_dev_luis
Reviewer Review Type Date Requested Status
Luis Torres - http://www.vauxoo.com Needs Resubmitting
Moisés López - http://www.vauxoo.com Needs Fixing
Review via email: mp+117817@code.launchpad.net

Description of the change

Se remplazaron los campos property_account por ellas mismas, pero sn atributos a grupo

To post a comment you must log in.
368. By Luis Torres - http://www.vauxoo.com

[IMP]Delete import in init

Revision history for this message
Luis Torres - http://www.vauxoo.com (luis-cleto-) wrote :

Se elimino el import de el init

review: Needs Resubmitting
Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) wrote :

El __init__.py tiene un import a un archivo que no existe.
La depends tiene una dependencia inexistente llamada accounts

review: Needs Fixing
Revision history for this message
Luis Torres - http://www.vauxoo.com (luis-cleto-) wrote :

Se cambio el nombre de una dependencia

review: Needs Resubmitting
369. By Luis Torres - http://www.vauxoo.com

[FIX]Rename depends

370. By Luis Torres - http://www.vauxoo.com

[DEL]Delete depends to base

Revision history for this message
Luis Torres - http://www.vauxoo.com (luis-cleto-) wrote :

Se quito base como dependencia

review: Needs Resubmitting

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'partner_property_accounts'
2=== added file 'partner_property_accounts/__init__.py'
3--- partner_property_accounts/__init__.py 1970-01-01 00:00:00 +0000
4+++ partner_property_accounts/__init__.py 2012-08-01 23:47:20 +0000
5@@ -0,0 +1,25 @@
6+# -*- encoding: utf-8 -*-
7+###########################################################################
8+# Module Writen to OpenERP, Open Source Management Solution
9+#
10+# Copyright (c) 2010 Vauxoo - http://www.vauxoo.com/
11+# All Rights Reserved.
12+# info Vauxoo (info@vauxoo.com)
13+############################################################################
14+# Coded by: Luis Torres (luis_t@vauxoo.com)
15+############################################################################
16+#
17+# This program is free software: you can redistribute it and/or modify
18+# it under the terms of the GNU Affero General Public License as
19+# published by the Free Software Foundation, either version 3 of the
20+# License, or (at your option) any later version.
21+#
22+# This program is distributed in the hope that it will be useful,
23+# but WITHOUT ANY WARRANTY; without even the implied warranty of
24+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25+# GNU Affero General Public License for more details.
26+#
27+# You should have received a copy of the GNU Affero General Public License
28+# along with this program. If not, see <http://www.gnu.org/licenses/>.
29+#
30+##############################################################################
31
32=== added file 'partner_property_accounts/__openerp__.py'
33--- partner_property_accounts/__openerp__.py 1970-01-01 00:00:00 +0000
34+++ partner_property_accounts/__openerp__.py 2012-08-01 23:47:20 +0000
35@@ -0,0 +1,46 @@
36+# -*- encoding: utf-8 -*-
37+###########################################################################
38+# Module Writen to OpenERP, Open Source Management Solution
39+#
40+# Copyright (c) 2010 Vauxoo - http://www.vauxoo.com/
41+# All Rights Reserved.
42+# info Vauxoo (info@vauxoo.com)
43+############################################################################
44+# Coded by: Luis Torres (luis_t@vauxoo.com)
45+############################################################################
46+#
47+# This program is free software: you can redistribute it and/or modify
48+# it under the terms of the GNU Affero General Public License as
49+# published by the Free Software Foundation, either version 3 of the
50+# License, or (at your option) any later version.
51+#
52+# This program is distributed in the hope that it will be useful,
53+# but WITHOUT ANY WARRANTY; without even the implied warranty of
54+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55+# GNU Affero General Public License for more details.
56+#
57+# You should have received a copy of the GNU Affero General Public License
58+# along with this program. If not, see <http://www.gnu.org/licenses/>.
59+#
60+##############################################################################
61+
62+{
63+ "name" : "Partner account Sin grupo",
64+ "version" : "1.0",
65+ "author" : "Vauxoo",
66+ "category" : "Vauxoo",
67+ "description" : """This module replace the fields to account in partner to news fields without groups
68+ """,
69+ "website" : "http://www.vauxoo.com/",
70+ "license" : "AGPL-3",
71+ "depends" : [
72+ "account",
73+ ],
74+ "init_xml" : [],
75+ "demo_xml" : [],
76+ "update_xml" : [
77+ 'partner_view.xml'
78+ ],
79+ "installable" : True,
80+ "active" : False,
81+}
82
83=== added file 'partner_property_accounts/partner_view.xml'
84--- partner_property_accounts/partner_view.xml 1970-01-01 00:00:00 +0000
85+++ partner_property_accounts/partner_view.xml 2012-08-01 23:47:20 +0000
86@@ -0,0 +1,21 @@
87+<?xml version="1.0" encoding="utf-8"?>
88+<openerp>
89+ <data>
90+
91+ <record model="ir.ui.view" id="view_res_partner_form_inh_accounts">
92+ <field name="name">view.res.partner.form.inh.accounts</field>
93+ <field name="model">res.partner</field>
94+ <field name="type">form</field>
95+ <field name="inherit_id" ref="base.view_partner_form"/>
96+ <field name="arch" type="xml">
97+ <xpath expr="/form/notebook/page[@string='Accounting']/group/field[@name='property_account_payable']" position="replace">
98+ <field name="property_account_payable"/>
99+ </xpath>
100+ <xpath expr="/form/notebook/page[@string='Accounting']/group/field[@name='property_account_receivable']" position="replace">
101+ <field name="property_account_receivable"/>
102+ </xpath>
103+ </field>
104+ </record>
105+
106+ </data>
107+</openerp>