Port base_company_extension to new API
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user