This website requires JavaScript.
Explore
Help
Register
Sign In
Shiloh
/
brotherton-erpnext
Watch
1
Star
0
Fork
0
You've already forked brotherton-erpnext
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2fe3056fa2
brotherton-erpnext
/
erpnext
/
regional
/
germany
/
setup.py
7 lines
69 B
Python
Raw
Normal View
History
Unescape
Escape
fix formatting and names
2019-02-07 02:28:27 +00:00
import
os
import
frappe
add german module with address template
2019-01-27 22:32:41 +00:00
def
setup
(
company
=
None
,
patch
=
True
)
:
feat(regional): a central place for regional address templates (#19862) * feat: a central place for regional address templates * set up address templates during install * why don't the tests run? * fix: remove unused variables, fix cwd * fix: .get() dicts contents * fix: choose the right default * fix: fieldname is template, not html * fix: import unittest * fix: remove unnecessary code * fix: ensure country exists * fix: ensure country exists * feat: test updating an existing template * fix(regional): DuplicateEntryError in test_update_address_template * refactor and set 'is_default' * fix codacy * fix: patch gst_fixes * fix: patch update_address_template_for_india Co-authored-by: Nabin Hait <nabinhait@gmail.com>
2020-04-08 03:26:57 +00:00
pass
Reference in New Issue
Copy Permalink