~agilebg/openerp-product-attributes/adding_product_pack_7

« back to all changes in this revision

Viewing changes to product_pack/__openerp__.py

  • Committer: Alex Comba
  • Date: 2013-08-26 10:57:18 UTC
  • Revision ID: alex.comba@agilebg.com-20130826105718-y39b6zcz0zxmu48k
[REF] product_stock module porting to 7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#    This program is distributed in the hope that it will be useful,
14
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
#    GNU General Public License for more details.
 
16
#    GNU Affero General Public License for more details.
17
17
#
18
18
#    You should have received a copy of the GNU Affero General Public License
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
22
22
{
23
23
        "name" : "Product Pack",
24
24
        "version" : "0.2",
 
25
        "category": "Warehouse Management",
25
26
        "description" : """
26
 
Based on the NAN_product_pack this module allows configuring products as a collection of other products.
27
 
If such a product is added in a sale order or a purchase order, all the products of the pack will be added
28
 
automatically (when storing the order) as children of the pack product.
29
 
""",
 
27
        Based on the NAN_product_pack this module allows configuring products as a collection of other products.
 
28
        If such a product is added in a sale order or a purchase order, all the products of the pack will be added
 
29
        automatically (when storing the order) as children of the pack product.
 
30
        """,
30
31
        "author" : "Agile Business Group & NaN·tic",
31
32
        "website" : "http://www.agilebg.com",
32
33
        "depends" : [
33
34
                'sale',
34
35
                'purchase',
35
36
        ],
36
 
        "category" : "Warehouse Management",
37
 
        "init_xml" : [],
38
 
        "demo_xml" : [],
39
 
        "update_xml" : [
 
37
        "data" : [
40
38
                'security/ir.model.access.csv',
41
39
                'pack_view.xml'
42
40
        ],