Turkesh Patel (openERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-fix-tpa
into
lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation.
Requested reviews:
Jigar Amin (OpenERP) (jam-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-fix-tpa/+merge/124339
[IMP] remove unnecessary improvements.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation-fix-tpa/+merge/124339
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-remove-warnings-server-installation.
=== modified file 'account_coda/account_coda.py'
--- account_coda/account_coda.py 2012-08-28 07:32:20 +0000
+++ account_coda/account_coda.py 2012-09-14 06:01:26 +0000
@@ -352,7 +352,6 @@
class coda_bank_statement_line(osv.osv):
_name = 'coda.bank.statement.line'
- _inherit = "account.bank.statement.line"
_order = 'sequence'
_description = 'CODA Bank Statement Line'
_columns = {
=== modified file 'document/report/document_report.py'
--- document/report/document_report.py 2012-09-03 12:39:41 +0000
+++ document/report/document_report.py 2012-09-14 06:01:26 +0000
@@ -63,7 +63,6 @@
)
""")
-report_document_user()
class report_document_file(osv.osv):
_name = "report.document.file"
@@ -88,6 +87,5 @@
)
""")
-report_document_file()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
=== modified file 'hr_recruitment/hr_recruitment.py'
--- hr_recruitment/hr_recruitment.py 2012-09-13 04:52:46 +0000
+++ hr_recruitment/hr_recruitment.py 2012-09-14 06:01:26 +0000
@@ -226,7 +226,6 @@
'color': fields.integer('Color Index'),
'emp_id': fields.many2one('hr.employee', 'employee'),
'user_email': fields.related('user_id', 'email', type='char', string='User Email', readonly=True),
- 'section_id': fields.integer('Section Id'),
}
_defaults = {
=== modified file 'mail/mail_alias.py'
--- mail/mail_alias.py 2012-09-10 05:56:51 +0000
+++ mail/mail_alias.py 2012-09-14 06:01:26 +0000
@@ -63,7 +63,6 @@
return dict.fromkeys(ids, domain or "")
_columns = {
- 'alias_force_id': fields.integer('Alias Force Id'),
'alias_name': fields.char('Alias', required=True,
help="The name of the email alias, e.g. 'jobs' "
"if you want to catch emails for <[email protected]>",),
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp