clearcorp team mailing list archive
-
clearcorp team
-
Mailing list archive
-
Message #00695
lp:~rr.clearcorp/openerp-ccorp-addons/6.1-account_invoice_view_extended into lp:openerp-ccorp-addons/6.1
Ronald Rubi has proposed merging lp:~rr.clearcorp/openerp-ccorp-addons/6.1-account_invoice_view_extended into lp:openerp-ccorp-addons/6.1.
Requested reviews:
CLEARCORP drivers (clearcorp-drivers)
For more details, see:
https://code.launchpad.net/~rr.clearcorp/openerp-ccorp-addons/6.1-account_invoice_view_extended/+merge/154724
[RMV] Remove module 6.1-account_invoice_view_extended
--
https://code.launchpad.net/~rr.clearcorp/openerp-ccorp-addons/6.1-account_invoice_view_extended/+merge/154724
Your team CLEARCORP development team is subscribed to branch lp:openerp-ccorp-addons/6.1.
=== removed directory 'account_invoice_view_extended'
=== removed file 'account_invoice_view_extended/__init__.py'
--- account_invoice_view_extended/__init__.py 2013-03-12 16:19:57 +0000
+++ account_invoice_view_extended/__init__.py 1970-01-01 00:00:00 +0000
@@ -1,21 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# Addons modules by CLEARCORP S.A.
-# Copyright (C) 2009-TODAY CLEARCORP S.A. (<http://clearcorp.co.cr>).
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# 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/>.
-#
-##############################################################################
=== removed file 'account_invoice_view_extended/__openerp__.py'
--- account_invoice_view_extended/__openerp__.py 2013-03-12 16:19:57 +0000
+++ account_invoice_view_extended/__openerp__.py 1970-01-01 00:00:00 +0000
@@ -1,42 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-# OpenERP, Open Source Management Solution
-# Addons modules by CLEARCORP S.A.
-# Copyright (C) 2009-TODAY CLEARCORP S.A. (<http://clearcorp.co.cr>).
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# 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/>.
-#
-##############################################################################
-{
- 'name': 'Account Invoice View Extended',
- 'version': '1.1',
- 'url': 'http://launchpad.net/openerp-ccorp-addons',
- 'author': 'ClearCorp S.A.',
- 'website': 'http://clearcorp.co.cr',
- 'category': 'Accounting & Finance',
- 'description': """Account Invoice View Extended.
- """,
- 'depends': [
- 'account',
- ],
- 'init_xml': [],
- 'demo_xml': [],
- 'update_xml': [
- 'account_invoice_view_extended.xml',
- ],
- 'license': 'AGPL-3',
- 'installable': True,
- 'active': False,
-}
=== removed file 'account_invoice_view_extended/account_invoice_view_extended.xml'
--- account_invoice_view_extended/account_invoice_view_extended.xml 2013-03-12 16:23:29 +0000
+++ account_invoice_view_extended/account_invoice_view_extended.xml 1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<openerp>
- <data>
-
- <record model = "ir.ui.view" id = "ccorp_invoice_supplier_form">
- <field name = "name">ccorp.invoice.supplier.form</field>
- <field name = "model">account.invoice</field>
- <field name = "type">form</field>
- <field name = "inherit_id" ref = "account.invoice_supplier_form"/>
- <field name = "arch" type="xml">
- <data>
- <field name="date_invoice" position="before">
- <field name = "name" />
- </field>
- </data>
- </field>
- </record>
-
- </data>
-</openerp>
-
-
Follow ups