Browse Source

Merge pull request #42 from akretion/11-fix-manifest-sequence_reset_period

[11.0] sequence_reset_period: fix summary and website in manifest.
pull/49/head
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
10f7addeb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      sequence_reset_period/__manifest__.py

5
sequence_reset_period/__manifest__.py

@ -5,13 +5,14 @@
"name": "Reset Sequences on selected period ranges",
"version": "11.0.1.0.0",
"category": "Reporting",
"website": "https://github.com/OCA/server-tools",
"website": "https://github.com/OCA/server-ux",
"author": "Creu Blanca, "
"Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"application": False,
"summary": "Adds a check digit on sequences",
"summary": "Auto-generate yearly/monthly/weekly/daily sequence "
"period ranges",
"depends": [
"base",
],

Loading…
Cancel
Save