This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RPC_ERROR | |
Odoo Server Error | |
Traceback (most recent call last): | |
File "/home/odoo/src/odoo/15.0/odoo/tools/convert.py", line 680, in _tag_root | |
f(rec) | |
File "/home/odoo/src/odoo/15.0/odoo/tools/convert.py", line 583, in _tag_record | |
record = model._load_records([data], self.mode == 'update') | |
File "/home/odoo/src/odoo/15.0/odoo/models.py", line 4398, in _load_records | |
records = self._load_records_create([data['values'] for data in to_create]) | |
File "/home/odoo/src/odoo/15.0/odoo/models.py", line 4327, in _load_records_create |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import yaml | |
import os | |
from selenium import webdriver | |
import urllib | |
members_dict = {} | |
representatives_dict = {} | |
contributors_dict = {} |
OlderNewer