Merge lp:~altegra/altegra/altegra_dev_gio into lp:~altegra/+junk/altegra

Status: Merged
Merged at revision: 100
Proposed branch: lp:~altegra/altegra/altegra_dev_gio
Merge into: lp:~altegra/+junk/altegra
Diff against target: 21 lines (+3/-3)
1 file modified
sale_altegra/account_invoice.py (+3/-3)
To merge this branch: bzr merge lp:~altegra/altegra/altegra_dev_gio
Reviewer Review Type Date Requested Status
Grupo Altegra Pending
Review via email: mp+157255@code.launchpad.net

Description of the change

[REF]Change de field related to store in the database

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale_altegra/account_invoice.py'
2--- sale_altegra/account_invoice.py 2013-02-19 00:22:16 +0000
3+++ sale_altegra/account_invoice.py 2013-04-04 23:42:25 +0000
4@@ -27,14 +27,14 @@
5 # You should have received a copy of the GNU Affero General Public License
6 # along with this program. If not, see <http://www.gnu.org/licenses/>.
7 #
8-############################################################################
9+############################################################################
10
11 from osv import osv, fields
12
13 class account_invoice(osv.Model):
14-
15+
16 _inherit = "account.invoice"
17
18 _columns = {
19- 'account_analytic_id' : fields.related('user_id', 'UEE', type="many2one" , relation="account.analytic.account", string="UEE", help=" Cuenta analĂ­tica del usuario que creo la factura"),
20+ 'account_analytic_id' : fields.related('user_id', 'UEE', type="many2one" , relation="account.analytic.account", string="UEE", store = True, help=" Cuenta analĂ­tica del usuario que creo la factura"),
21 }

Subscribers

People subscribed via source and target branches