Browse Source

[REF] emc: manifest

- Fix indent in header
- Change indentation of depends key to be the same as data key.
pull/3/head
Rémy Taymans 5 years ago
parent
commit
5776601549
  1. 23
      easy_my_coop/__manifest__.py

23
easy_my_coop/__manifest__.py

@ -1,21 +1,22 @@
# Copyright 2013-2018 Open Architects Consulting SPRL.
# Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# Copyright 2018- Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# - Houssine BAKKALI - <houssine@coopiteasy.be>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Easy My Coop",
"version": "12.0.1.0.0",
"depends": ["base",
"sale",
"account",
"base_iban",
"product",
"partner_firstname",
"partner_contact_birthdate",
"partner_contact_address",
"email_template_config",
],
"depends": [
"base",
"sale",
"account",
"base_iban",
"product",
"partner_firstname",
"partner_contact_birthdate",
"partner_contact_address",
"email_template_config",
],
"author": "Coop IT Easy SCRLfs",
"category": "Cooperative management",
"website": "https://www.coopiteasy.be",

Loading…
Cancel
Save