OpusVL / mtd

Repository for Making Tax Digital Odoo modules
GNU Affero General Public License v3.0
2 stars 6 forks source link

[account_mtd*] rename `record` variables and parameters in various places #16

Open Nick-OpusVL opened 5 years ago

Nick-OpusVL commented 5 years ago

Possible suggestions I've thought of so far are endpoint_record or even just endpoint if that wouldn't confuse us with the endpoint URL itself.

Also there are points in the API where record is declared optional but the method would crash without it.