Skip to content

Instantly share code, notes, and snippets.

@eLBati
Created June 14, 2015 10:19
Show Gist options
  • Save eLBati/ea0cbc916052227c7586 to your computer and use it in GitHub Desktop.
Save eLBati/ea0cbc916052227c7586 to your computer and use it in GitHub Desktop.
diff --git a/7.0:l10n_it_ricevute_bancarie/partner/partner.py..scigghia/8.0-riba:l10n_it_ricevute_bancarie/models/partner/partner.py b/scigghia/8.0-riba:l10n_it_ricevute_bancarie/models/partner/partner.py
index 4fc7848..df80093 100644
--- a/7.0:l10n_it_ricevute_bancarie/partner/partner.py..scigghia/8.0-riba:l10n_it_ricevute_bancarie/models/partner/partner.py
+++ b/scigghia/8.0-riba:l10n_it_ricevute_bancarie/models/partner/partner.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-#
-#
+##############################################################################
+#
# Copyright (C) 2012 Andrea Cometa.
# Email: info@andreacometa.it
# Web site: http://www.andreacometa.it
@@ -22,18 +22,18 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-#
+##############################################################################
from openerp.osv import fields, orm
-
class res_partner(orm.Model):
_name = "res.partner"
_inherit = "res.partner"
_columns = {
- 'group_riba': fields.boolean(
+ 'group_riba' : fields.boolean(
"Group Ri.Ba.",
help="Group Ri.Ba. by customer while issuing"),
}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment