~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to account_move_line_extended/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#    You should have received a copy of the GNU Affero General Public License
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
###############################################################################
25
 
 
26
25
{
27
 
    'name': 'Account Move Line Extended',
28
 
    'version': '1.0',
29
 
    'author': 'Vauxoo',
30
 
    'website': 'http://www.vauxoo.com/',
31
 
    'category': '',
32
 
    'description': '''
 
26
    "name": "Account Move Line Extended", 
 
27
    "version": "1.0", 
 
28
    "author": "Vauxoo", 
 
29
    "category": "", 
 
30
    "description": """
33
31
Account Move Line Extended
34
32
==========================
35
33
 
36
34
Add a new view for the account move lines at the menu ``Accounting or Invocing
37
35
> Journal Entries > Journal Items Extended``. The currency and the amount
38
36
currency fields are visible.
39
 
''',
40
 
    'depends': [
41
 
        'account',
42
 
        ],
43
 
    'data': [
44
 
        'view/account_move_line_view.xml',
45
 
        ],
46
 
    'demo': [],
47
 
    'test': [],
48
 
    'qweb': [],
49
 
    'js': [],
50
 
    'css': [],
51
 
    'active': False,
52
 
    'installable': True,
53
 
}
 
37
""", 
 
38
    "website": "http://www.vauxoo.com/", 
 
39
    "license": "", 
 
40
    "depends": [
 
41
        "account"
 
42
    ], 
 
43
    "demo": [], 
 
44
    "data": [
 
45
        "view/account_move_line_view.xml"
 
46
    ], 
 
47
    "test": [], 
 
48
    "js": [], 
 
49
    "css": [], 
 
50
    "qweb": [], 
 
51
    "installable": True, 
 
52
    "auto_install": False, 
 
53
    "active": False
 
54
}
 
 
b'\\ No newline at end of file'