Port base_company_extension to new API

This commit is contained in:
Alexis de Lattre
2015-10-29 14:03:21 +01:00
parent 7c7ea430cb
commit b1bb108585
4 changed files with 19 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Base Company Extension module for OpenERP/Odoo
# Copyright (C) 2014 Akretion (http://www.akretion.com)
# Base Company Extension module for Odoo
# Copyright (C) 2014-2015 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -31,7 +31,11 @@
Base Company Extension
======================
This module adds a field *Capital Amount* on the Company form, and adds a related field for title.
This module adds 2 fields on the Company :
* *Capital Amount*
* *Legal Form* (technical name: title, configured as a related field of res.partner)
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',