We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
表名称:res_company 'name': string='Company Name', size=128, required :True, 'parent_id': 'Parent Company', 'user_ids': ('res.users', 'res_company_users_rel', 'cid', 'user_id', 'Accepted Users'), 'street': string='street', size=128,, 'zip': size=24, type='char', string="Zip", 'city': size=24, type='char', string="City" 'country_id': relation='res.country', string="Country", 'email': size=64, type='char', string="Email", 'phone': size=64, type='char', string="Phone", 'fax': size=64, type='char', string="Fax", 'website': string="Website", type="char", size=64
The text was updated successfully, but these errors were encountered:
怎么模块化?
Sorry, something went wrong.
No branches or pull requests
表名称:res_company
'name': string='Company Name', size=128, required :True,
'parent_id': 'Parent Company',
'user_ids': ('res.users', 'res_company_users_rel', 'cid', 'user_id', 'Accepted Users'),
'street': string='street', size=128,,
'zip': size=24, type='char', string="Zip",
'city': size=24, type='char', string="City"
'country_id': relation='res.country', string="Country",
'email': size=64, type='char', string="Email",
'phone': size=64, type='char', string="Phone",
'fax': size=64, type='char', string="Fax",
'website': string="Website", type="char", size=64
The text was updated successfully, but these errors were encountered: