lp:~roberto-v/openobject-italia/7.0

Created by Roberto Gianassi and last modified
Get this branch:
bzr branch lp:~roberto-v/openobject-italia/7.0
Only Roberto Gianassi can upload to this branch. If you are Roberto Gianassi please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Roberto Gianassi
Project:
OpenERP Italia
Status:
Development

Recent revisions

244. By Roberto Gianassi

[FIX] Missing pep8 fixes.

243. By Roberto Gianassi

[MERGE]

242. By Roberto Gianassi

[FIX] Fixed pep8 warnings on new code.

241. By Roberto Gianassi

[FIX] When partner field is empty value is False.

The value passed to the onchange_partner_id for the partner is False
when the field is empty. In this case, it is not possible to use such a
value with the browse function or an error arises. Fixed that.

240. By Roberto Gianassi

[FIX] Bug fix to save record.

For unknown reasons, if a boolean value has the required field to True,
it is not possible to save the corresponding supplier record.
Removed the field to fix that.

239. By Roberto Gianassi

[IMP] Changed default_has_withholding type to Boolean.

238. By Roberto Gianassi

[FIX] Typo.

237. By Roberto Gianassi

[FIX] Fixed a bug on XML record creation.

If a module (like fetchmail_invoice) containing a partner record to be
preinstalled through a data.xml file was installed after this one, a
bug occurred.
The bug shows because the record is created with the
default_has_withholding flag to empty and then validation fails.
To solve this, the create function for partners is changed to check for
the presence of that flag in the vals dictionary. If the flag is found,
we assume the creation happens through the UI and so normal checking goes
on. If the flag is not found, we assume the creation happens for an XML
record and so we add an arbitrary, but valid value for the flag.

236. By Roberto Gianassi

[IMP] PEP8 fixings.

235. By Roberto Gianassi

[IMP] Copyright fix.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~openobject-italia-core-devs/openobject-italia/italian-addons
This branch contains Public information 
Everyone can see this information.

Subscribers